mirror of
https://github.com/bower/bower.git
synced 2026-01-23 05:07:55 -05:00
50 lines
1022 B
JSON
50 lines
1022 B
JSON
{
|
|
"name": "bower",
|
|
"version": "0.0.0",
|
|
"description": "The browser package manager.",
|
|
"author": "Twitter",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/twitter/bower/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"main": "lib",
|
|
"homepage": "http://bower.io",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"dependencies": {
|
|
"bower-json": "~0.0.0",
|
|
"mout": "~0.4.0",
|
|
"q": "~0.9.2",
|
|
"tmp": "0.0.17",
|
|
"rc": "~0.1.0",
|
|
"mkdirp": "~0.3.5",
|
|
"nopt": "~2.1.1",
|
|
"semver": "~1.1.4",
|
|
"glob": "~3.1.21",
|
|
"rimraf": "~2.1.4",
|
|
"chmodr": "~0.1.0",
|
|
"request": "~2.20.0",
|
|
"unzip": "~0.1.7",
|
|
"tar": "~0.1.17",
|
|
"fstream": "~0.1.22",
|
|
"fstream-ignore": "0.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.8.2",
|
|
"expect.js": "~0.2.0",
|
|
"async": "~0.2.7",
|
|
"nock": "~0.17.5"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/assets/downloader.js && mocha -R spec"
|
|
},
|
|
"bin": {
|
|
"bower": "bin/bower"
|
|
},
|
|
"preferGlobal": true,
|
|
"private": true
|
|
}
|