Files
bower/package.json
2013-05-29 10:38:39 +01:00

64 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": {
"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",
"junk": "~0.2.0",
"mkdirp": "~0.3.5",
"mout": "~0.6.0",
"ncp": "~0.4.2",
"nopt": "~2.1.1",
"q": "~0.9.2",
"rc": "~0.1.0",
"request": "~2.21.0",
"rimraf": "~2.1.4",
"semver": "~1.1.4",
"tar": "~0.1.17",
"tmp": "0.0.17",
"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
}