mirror of
https://github.com/bower/bower.git
synced 2026-01-13 00:08:13 -05:00
105 lines
2.6 KiB
JSON
105 lines
2.6 KiB
JSON
{
|
|
"name": "bower",
|
|
"version": "1.8.8",
|
|
"description": "The browser package manager",
|
|
"author": "Twitter",
|
|
"license": "MIT",
|
|
"repository": "bower/bower",
|
|
"main": "lib",
|
|
"bin": "bin/bower",
|
|
"homepage": "http://bower.io",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"keywords": [
|
|
"bower"
|
|
],
|
|
"dependencies": {
|
|
"abbrev": "^1.0.5",
|
|
"archy": "1.0.0",
|
|
"bower-config": "^1.4.1",
|
|
"bower-endpoint-parser": "^0.2.2",
|
|
"bower-json": "^0.8.1",
|
|
"bower-logger": "^0.2.2",
|
|
"bower-registry-client": "^1.0.0",
|
|
"cardinal": "0.4.4",
|
|
"chalk": "^1.0.0",
|
|
"chmodr": "^1.0.2",
|
|
"configstore": "^2.0.0",
|
|
"decompress-zip": "^0.2.2",
|
|
"destroy": "^1.0.3",
|
|
"findup-sync": "^0.3.0",
|
|
"fs-write-stream-atomic": "1.0.8",
|
|
"fstream": "^1.0.3",
|
|
"fstream-ignore": "^1.0.2",
|
|
"github": "^0.2.3",
|
|
"glob": "^4.3.2",
|
|
"graceful-fs": "^4.1.3",
|
|
"handlebars": "^4.0.5",
|
|
"inquirer": "0.10.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": "^4.0.0",
|
|
"p-throttler": "0.1.1",
|
|
"promptly": "0.2.0",
|
|
"q": "^1.1.2",
|
|
"request": "2.67.0",
|
|
"request-progress": "0.3.1",
|
|
"requireg": "^0.1.5",
|
|
"resolve": "^1.1.7",
|
|
"retry": "0.6.1",
|
|
"rimraf": "^2.2.8",
|
|
"semver": "^2.3.0",
|
|
"semver-utils": "^1.1.1",
|
|
"shell-quote": "^1.4.2",
|
|
"stringify-object": "^1.0.0",
|
|
"tar-fs": "^1.4.1",
|
|
"tmp": "0.0.28",
|
|
"update-notifier": "^0.6.0",
|
|
"user-home": "^1.1.0",
|
|
"which": "^1.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"arr-diff": "^2.0.0",
|
|
"chai": "^3.5.0",
|
|
"coveralls": "^2.11.9",
|
|
"eslint": "^2.0.0",
|
|
"expect.js": "^0.3.1",
|
|
"husky": "^0.14.3",
|
|
"in-publish": "^2.0.0",
|
|
"istanbul": "^0.4.3",
|
|
"lint-staged": "^9.5.0",
|
|
"mocha": "^2.5.3",
|
|
"multiline": "^1.0.2",
|
|
"nock": "^11.7.0",
|
|
"nock-legacy": "npm:nock@9.2.3",
|
|
"node-uuid": "^1.4.7",
|
|
"prettier": "^1.19.1",
|
|
"proxyquire": "^1.7.9",
|
|
"spawn-sync": "1.0.15",
|
|
"wrench": "^1.5.8"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "node test/packages.js && node test/packages-svn.js && mocha --timeout 15000 --reporter spec",
|
|
"prepublishOnly": "in-publish && echo 'You need to use \"node publish.js\" to publish bower' && false || not-in-publish",
|
|
"format": "prettier --write --single-quote --tab-width 4 '**/*.js'",
|
|
"precommit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"prettier --single-quote --tab-width 4"
|
|
]
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib"
|
|
]
|
|
}
|