mirror of
https://github.com/bower/bower.git
synced 2026-01-15 01:08:07 -05:00
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "bower",
|
|
"description": "The browser package manager.",
|
|
"version": "0.8.5",
|
|
"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.17",
|
|
"glob": "~3.1.14",
|
|
"nopt": "~2.0.0",
|
|
"archy": "~0.0.2",
|
|
"async": "~0.2.5",
|
|
"colors": "~0.6.0-1",
|
|
"rimraf": "~2.0.3",
|
|
"mkdirp": "~0.3.4",
|
|
"semver": "~1.1.0",
|
|
"request": "~2.11.4",
|
|
"fstream": "~0.1.19",
|
|
"hogan.js": "~2.0.0",
|
|
"lodash": "~1.0.1",
|
|
"read-package-json": "~0.1.8",
|
|
"stable": "~0.1.2",
|
|
"rc": "~0.0.6",
|
|
"unzip": "0.1.4",
|
|
"tar": "~0.1.13",
|
|
"promptly": "~0.1.0",
|
|
"abbrev": "~1.0.4",
|
|
"update-notifier": "~0.1.3"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter spec --timeout 40000"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.8.1",
|
|
"nock": "~0.13.5"
|
|
},
|
|
"bin": {
|
|
"bower": "bin/bower"
|
|
},
|
|
"preferGlobal": true
|
|
}
|