wallet-core/node_modules/hullabaloo-config-manager/package.json
2017-08-14 05:02:09 +02:00

69 lines
1.7 KiB
JSON

{
"name": "hullabaloo-config-manager",
"version": "1.1.1",
"description": "Manages complex Babel config chains, avoiding duplicated work and enabling effective caching",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"engines": {
"node": ">=4"
},
"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": "^2.0.0",
"resolve-from": "^3.0.0",
"safe-buffer": "^5.0.1"
},
"devDependencies": {
"@novemberborn/as-i-preach": "^9.0.0",
"ava": "^0.19.1",
"babel-core": "^6.22.1",
"codecov": "^2.2.0",
"fs-extra": "^3.0.0",
"lodash.ismatch": "^4.4.0",
"nyc": "^11.0.0",
"proxyquire": "^1.7.11",
"testdouble": "^3.0.0",
"unique-temp-dir": "^1.0.0"
},
"nyc": {
"reporter": [
"html",
"lcov",
"text"
]
},
"standard-engine": "@novemberborn/as-i-preach"
}