poi-preset-magicdawn
Version:
poi preset for self use
46 lines (45 loc) • 993 B
JSON
{
"name": "poi-preset-magicdawn",
"version": "0.0.1",
"description": "poi preset for self use",
"main": "index.js",
"scripts": {
"test": "mocha",
"test-cover": "istanbul cover _mocha -- -u exports",
"report-cover": "codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magicdawn/poi-preset-magicdawn.git"
},
"keywords": [
"poi",
"preset",
"poi-preset",
"magicdawn"
],
"author": "magicdawn",
"license": "MIT",
"bugs": {
"url": "https://github.com/magicdawn/poi-preset-magicdawn/issues"
},
"homepage": "https://github.com/magicdawn/poi-preset-magicdawn#readme",
"devDependencies": {
"codecov": "^1.0.1",
"eslint": "^3.10.0",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^3.1.2",
"should": "^11.1.1"
},
"dependencies": {
"bytes": "^2.5.0",
"lodash.merge": "^4.6.0"
},
"files": [
"package.json",
"index.js",
"README.md",
"CHANGELOG.md",
"LICENSE"
]
}