68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"name": "hullabaloo-config-manager",
|
|
"version": "1.0.1",
|
|
"description": "Manages complex Babel config chains, avoiding duplicated work and enabling effective caching",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"engines": {
|
|
"node": ">=4.5"
|
|
},
|
|
"scripts": {
|
|
"lint": "as-i-preach",
|
|
"test": "ava",
|
|
"posttest": "as-i-preach",
|
|
"coverage": "nyc npm test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/novemberborn/hullabaloo-config-manager.git"
|
|
},
|
|
"keywords": [
|
|
"babel"
|
|
],
|
|
"author": "Mark Wubben (https://novemberborn.net/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/novemberborn/hullabaloo-config-manager/issues"
|
|
},
|
|
"homepage": "https://github.com/novemberborn/hullabaloo-config-manager#readme",
|
|
"dependencies": {
|
|
"dot-prop": "^4.1.0",
|
|
"es6-error": "^4.0.2",
|
|
"graceful-fs": "^4.1.11",
|
|
"indent-string": "^3.1.0",
|
|
"json5": "^0.5.1",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lodash.clonedeepwith": "^4.5.0",
|
|
"lodash.isequal": "^4.5.0",
|
|
"lodash.merge": "^4.6.0",
|
|
"md5-hex": "^2.0.0",
|
|
"package-hash": "^2.0.0",
|
|
"pkg-dir": "^1.0.0",
|
|
"resolve-from": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@novemberborn/as-i-preach": "^9.0.0",
|
|
"ava": "^0.19.0",
|
|
"babel-core": "^6.22.1",
|
|
"coveralls": "^2.11.16",
|
|
"fs-extra": "^2.0.0",
|
|
"lodash.ismatch": "^4.4.0",
|
|
"nyc": "^10.1.2",
|
|
"proxyquire": "^1.7.11",
|
|
"testdouble": "^2.1.2",
|
|
"unique-temp-dir": "^1.0.0"
|
|
},
|
|
"nyc": {
|
|
"reporter": [
|
|
"html",
|
|
"lcov",
|
|
"text"
|
|
]
|
|
},
|
|
"standard-engine": "@novemberborn/as-i-preach"
|
|
}
|