wallet-core/node_modules/function-name-support/package.json
2017-08-14 05:02:09 +02:00

42 lines
1.0 KiB
JSON

{
"name": "function-name-support",
"version": "0.2.0",
"description": "Determine the level of support for function name inference.",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"coverage": "nyc npm test",
"lint": "as-i-preach",
"test": "ava",
"posttest": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/novemberborn/function-name-inference.git"
},
"author": "Mark Wubben (https://novemberborn.net/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/novemberborn/function-name-inference/issues"
},
"homepage": "https://github.com/novemberborn/function-name-inference#readme",
"devDependencies": {
"@novemberborn/as-i-preach": "^9.0.0",
"ava": "^0.19.1",
"codecov": "^2.2.0",
"istanbul-lib-instrument": "^1.7.1",
"nyc": "^10.3.2",
"proxyquire": "^1.8.0"
},
"nyc": {
"reporter": [
"html",
"lcov",
"text"
]
},
"standard-engine": "@novemberborn/as-i-preach"
}