mirror of
https://github.com/bower/bower.git
synced 2026-01-15 01:08:07 -05:00
51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"name": "bower",
|
|
"description": "The browser package manager.",
|
|
"version": "0.6.3",
|
|
"author": "Twitter",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/twitter/bower/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"main": "lib",
|
|
"homepage": "http://twitter.github.com/bower",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"dependencies": {
|
|
"tmp": "~0.0.16",
|
|
"vows": "~0.6.4",
|
|
"glob": "~3.1.14",
|
|
"nopt": "~2.0.0",
|
|
"archy": "~0.0.2",
|
|
"async": "~0.1.22",
|
|
"colors": "~0.6.0-1",
|
|
"rimraf": "~2.0.2",
|
|
"mkdirp": "~0.3.4",
|
|
"semver": "~1.1.0",
|
|
"request": "~2.11.4",
|
|
"fstream": "~0.1.19",
|
|
"hogan.js": "~2.0.0",
|
|
"lodash": "~0.9.1",
|
|
"read-package-json": "~0.1.8",
|
|
"stable": "~0.1.2",
|
|
"rc": "~0.0.6",
|
|
"unzip": "0.0.4",
|
|
"tar": "~0.1.13"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node cleanup",
|
|
"test": "mocha -R spec -t 20000"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.6.0",
|
|
"nock": "~0.13.5"
|
|
},
|
|
"bin": {
|
|
"bower": "bin/bower"
|
|
},
|
|
"preferGlobal": true
|
|
}
|