mirror of
https://github.com/bower/bower.git
synced 2026-01-14 00:38:03 -05:00
142 lines
2.9 KiB
JSON
142 lines
2.9 KiB
JSON
{
|
|
"name": "bower",
|
|
"version": "1.6.4",
|
|
"description": "The browser package manager",
|
|
"author": "Twitter",
|
|
"license": "MIT",
|
|
"repository": "bower/bower",
|
|
"main": "lib",
|
|
"homepage": "http://bower.io",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"keywords": [
|
|
"bower"
|
|
],
|
|
"dependencies": {
|
|
"abbrev": "^1.0.5",
|
|
"archy": "1.0.0",
|
|
"bower-config": "^1.2.2",
|
|
"bower-endpoint-parser": "^0.2.2",
|
|
"bower-json": "^0.4.0",
|
|
"bower-logger": "^0.2.2",
|
|
"bower-registry-client": "^1.0.0",
|
|
"cardinal": "0.4.4",
|
|
"chalk": "^1.0.0",
|
|
"chmodr": "^1.0.2",
|
|
"configstore": "^0.3.2",
|
|
"decompress-zip": "^0.1.0",
|
|
"destroy": "^1.0.3",
|
|
"fs-write-stream-atomic": "^1.0.4",
|
|
"fstream": "^1.0.3",
|
|
"fstream-ignore": "^1.0.2",
|
|
"github": "^0.2.3",
|
|
"glob": "^4.3.2",
|
|
"graceful-fs": "^3.0.5",
|
|
"handlebars": "^2.0.0",
|
|
"inquirer": "0.10.0",
|
|
"insight": "^0.7.0",
|
|
"is-root": "^1.0.0",
|
|
"junk": "^1.0.0",
|
|
"lockfile": "^1.0.0",
|
|
"lru-cache": "^2.5.0",
|
|
"md5-hex": "^1.0.2",
|
|
"mkdirp": "0.5.0",
|
|
"mout": "^0.11.0",
|
|
"nopt": "^3.0.1",
|
|
"opn": "^1.0.1",
|
|
"p-throttler": "0.1.1",
|
|
"promptly": "0.2.0",
|
|
"q": "^1.1.2",
|
|
"request": "2.53.0",
|
|
"request-progress": "0.3.1",
|
|
"retry": "0.6.1",
|
|
"rimraf": "^2.2.8",
|
|
"semver": "^2.3.0",
|
|
"shell-quote": "^1.4.2",
|
|
"stringify-object": "^1.0.0",
|
|
"tar-fs": "^1.4.1",
|
|
"tmp": "0.0.24",
|
|
"update-notifier": "^0.3.0",
|
|
"user-home": "^1.1.0",
|
|
"which": "^1.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^1.10.0",
|
|
"coveralls": "^2.11.2",
|
|
"expect.js": "^0.3.1",
|
|
"grunt": "^0.4.5",
|
|
"grunt-cli": "^0.1.13",
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-exec": "^0.4.6",
|
|
"grunt-simple-mocha": "^0.4.0",
|
|
"istanbul": "^0.3.5",
|
|
"load-grunt-tasks": "^2.0.0",
|
|
"mocha": "^2.1.0",
|
|
"multiline": "^1.0.2",
|
|
"nock": "^2.13.0",
|
|
"node-uuid": "^1.4.2",
|
|
"npm-shrinkwrap": "^5.4.1",
|
|
"proxyquire": "^1.3.0",
|
|
"spawn-sync": "^1.0.5"
|
|
},
|
|
"bundledDependencies": [
|
|
"abbrev",
|
|
"archy",
|
|
"bower-config",
|
|
"bower-endpoint-parser",
|
|
"bower-json",
|
|
"bower-logger",
|
|
"bower-registry-client",
|
|
"cardinal",
|
|
"chalk",
|
|
"chmodr",
|
|
"configstore",
|
|
"decompress-zip",
|
|
"destroy",
|
|
"fs-write-stream-atomic",
|
|
"fstream",
|
|
"fstream-ignore",
|
|
"github",
|
|
"glob",
|
|
"graceful-fs",
|
|
"handlebars",
|
|
"inquirer",
|
|
"insight",
|
|
"is-root",
|
|
"junk",
|
|
"lockfile",
|
|
"lru-cache",
|
|
"md5-hex",
|
|
"mkdirp",
|
|
"mout",
|
|
"nopt",
|
|
"opn",
|
|
"p-throttler",
|
|
"promptly",
|
|
"q",
|
|
"request",
|
|
"request-progress",
|
|
"retry",
|
|
"rimraf",
|
|
"semver",
|
|
"shell-quote",
|
|
"stringify-object",
|
|
"tar-fs",
|
|
"tmp",
|
|
"update-notifier",
|
|
"user-home",
|
|
"which"
|
|
],
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"bin": "bin/bower",
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"templates"
|
|
]
|
|
}
|