mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "bower-config",
|
|
"version": "1.4.0",
|
|
"description": "The Bower config reader and writer.",
|
|
"author": "Twitter",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/bower/bower/tree/master/packages/bower-config",
|
|
"main": "lib/Config",
|
|
"homepage": "http://bower.io",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.3",
|
|
"mout": "^1.0.0",
|
|
"optimist": "^0.6.1",
|
|
"osenv": "^0.1.3",
|
|
"untildify": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"coveralls": "^2.11.4",
|
|
"expect.js": "^0.3.1",
|
|
"glob": "^4.5.3",
|
|
"grunt": "^0.4.5",
|
|
"grunt-cli": "^0.1.13",
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-coveralls": "^1.0.0",
|
|
"grunt-exec": "^0.4.6",
|
|
"grunt-simple-mocha": "^0.4.0",
|
|
"istanbul": "^0.4.1",
|
|
"load-grunt-tasks": "^2.0.0",
|
|
"mkdirp": "^0.5.0",
|
|
"mocha": "~1.12.0",
|
|
"node-uuid": "^1.4.3",
|
|
"q": "^1.2.0",
|
|
"rimraf": "^2.3.2"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
]
|
|
}
|