Files
bower/package.json
2013-07-10 20:11:53 +01:00

69 lines
1.5 KiB
JSON

{
"name": "bower-canary",
"version": "1.0.0-alpha.3",
"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-config": "~0.1.0",
"bower-json": "~0.1.0",
"bower-registry-client": "~0.1.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",
"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": {
"expect.js": "~0.2.0",
"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",
"mocha": "~1.12.0",
"nock": "~0.17.5"
},
"scripts": {
"test": "grunt test"
},
"bin": {
"bower": "bin/bower"
},
"preferGlobal": true
}