mirror of
https://github.com/bower/bower.git
synced 2026-01-15 01:08:07 -05:00
79 lines
1.8 KiB
JSON
79 lines
1.8 KiB
JSON
{
|
|
"name": "bower",
|
|
"version": "1.2.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": {
|
|
"abbrev": "~1.0.4",
|
|
"archy": "0.0.2",
|
|
"bower-config": "~0.4.0",
|
|
"bower-endpoint-parser": "~0.2.0",
|
|
"bower-json": "~0.4.0",
|
|
"bower-logger": "~0.2.0",
|
|
"bower-registry-client": "~0.1.2",
|
|
"cardinal": "~0.4.0",
|
|
"chalk": "~0.2.0",
|
|
"chmodr": "~0.1.0",
|
|
"fstream": "~0.1.22",
|
|
"fstream-ignore": "~0.0.6",
|
|
"glob": "~3.2.1",
|
|
"graceful-fs": "~2.0.0",
|
|
"handlebars": "~1.0.11",
|
|
"inquirer": "~0.2.2",
|
|
"junk": "~0.2.0",
|
|
"mkdirp": "~0.3.5",
|
|
"mout": "~0.6.0",
|
|
"nopt": "~2.1.1",
|
|
"lru-cache": "~2.3.0",
|
|
"open": "~0.0.3",
|
|
"promptly": "~0.2.0",
|
|
"q": "~0.9.2",
|
|
"request": "~2.25.0",
|
|
"request-progress": "~0.2.0",
|
|
"retry": "~0.6.0",
|
|
"rimraf": "~2.2.0",
|
|
"semver": "~2.1.0",
|
|
"stringify-object": "~0.1.4",
|
|
"sudo-block": "~0.2.0",
|
|
"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": "~0.4.1",
|
|
"grunt-simple-mocha": "~0.4.0",
|
|
"grunt-contrib-watch": "~0.5.0",
|
|
"grunt-contrib-jshint": "~0.6.0",
|
|
"grunt-exec": "~0.4.2",
|
|
"mocha": "~1.12.0",
|
|
"nock": "~0.22.0",
|
|
"istanbul": "~0.1.42",
|
|
"proxyquire": "~0.4.1"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"bin": {
|
|
"bower": "bin/bower"
|
|
},
|
|
"preferGlobal": true
|
|
}
|