Files
bower/package.json
André Cruz 83b6820458 Huge commit.
- Add search command
- Cache clean now clears the registry cache
- Fix error when accessing an unknown deep command in the cli
- Change from 'roaming' to 'path' in the config
- Change from 'canonicalPackage' to 'canonicalDir'
- Fix dev dependencies of nested packages being fetched
- Ignore invalid installed packages
- Various cache fixes and improvements
- Fix .bower.json being deleted if a package specified ignorables
- Use fstream instead of ncp to solve the EMFILE errors
2013-06-22 17:04:50 +01:00

67 lines
1.4 KiB
JSON

{
"name": "bower_new",
"version": "0.0.0",
"description": "The browser package manager.",
"author": "Twitter",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bower/bower/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/bower/bower.git"
},
"main": "lib",
"homepage": "http://bower.io",
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"archy": "0.0.2",
"bower-json": "~0.0.0",
"bower-registry-client": "~0.0.0",
"chmodr": "~0.1.0",
"colors": "~0.6.0-1",
"fstream": "~0.1.22",
"fstream-ignore": "0.0.6",
"glob": "~3.2.1",
"handlebars": "~1.0.11",
"junk": "~0.2.0",
"mkdirp": "~0.3.5",
"mout": "~0.6.0",
"nopt": "~2.1.1",
"lru-cache": "~2.3.0",
"promptly": "~0.2.0",
"q": "~0.9.2",
"rc": "~0.3.0",
"request": "~2.21.0",
"rimraf": "~2.1.4",
"semver": "~1.1.4",
"tar": "~0.1.17",
"tmp": "~0.0.20",
"unzip": "~0.1.7",
"update-notifier": "~0.1.3",
"which": "~1.0.5"
},
"devDependencies": {
"mocha": "~1.8.2",
"expect.js": "~0.2.0",
"nock": "~0.17.5",
"grunt-simple-mocha": "~0.4.0",
"grunt-contrib-watch": "~0.4.3",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.5.4",
"grunt-execute": "~0.1.4"
},
"scripts": {
"test": "grunt test"
},
"bin": {
"bower_new": "bin/bower_new"
},
"preferGlobal": true,
"private": true
}