39 lines
881 B
JSON
39 lines
881 B
JSON
|
|
{
|
||
|
|
"name": "empower-core",
|
||
|
|
"description": "Power Assert feature enhancer for assert function/object",
|
||
|
|
"version": "1.2.0",
|
||
|
|
"author": {
|
||
|
|
"name": "Takuto Wada",
|
||
|
|
"email": "takuto.wada@gmail.com",
|
||
|
|
"url": "https://github.com/twada"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"call-signature": "0.0.2",
|
||
|
|
"core-js": "^2.0.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"acorn": "^5.0.0",
|
||
|
|
"acorn-es7-plugin": "^1.0.14",
|
||
|
|
"buster-assertions": "^0.10.4",
|
||
|
|
"escodegen": "^1.8.0",
|
||
|
|
"espower": "^2.0.0",
|
||
|
|
"mocha": "^5.0.0"
|
||
|
|
},
|
||
|
|
"directories": {
|
||
|
|
"lib": "./lib"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"CHANGELOG.md",
|
||
|
|
"README.md",
|
||
|
|
"index.js",
|
||
|
|
"lib",
|
||
|
|
"package.json"
|
||
|
|
],
|
||
|
|
"homepage": "https://github.com/twada/power-assert-runtime",
|
||
|
|
"license": "MIT",
|
||
|
|
"main": "./index.js",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/twada/power-assert-runtime.git"
|
||
|
|
}
|
||
|
|
}
|