Files
bower/package.json
André Cruz 7becb19da4 Implement check of newer versions in the list command.
Also:
- Fix some errors not being emitted when a command failed.
- Update semver module; no need to check .valid against null.
2013-07-03 14:37:28 +01:00

70 lines
1.5 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",
"abbrev": "~1.0.4",
"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",
"graceful-fs": "~1.2.2",
"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": "~2.0.8",
"stringify-object": "~0.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
}