explicit
Version:
System to explicitly specify the way a method works.
39 lines (38 loc) • 796 B
JSON
{
"name": "explicit",
"version": "0.1.3",
"description": "System to explicitly specify the way a method works.",
"main": "lib/index.js",
"scripts": {
"lint": "standard",
"unit": "mocha \"test/**/*.js\"",
"test": "npm run lint && npm run unit"
},
"standard": {
"globals": [
"describe",
"it"
]
},
"repository": {
"type": "git",
"url": "https://github.com/explicitjs/explicit.git"
},
"keywords": [
"augmentation",
"extension",
"documentation",
"annotation"
],
"author": "Martin Heidegger <martin.heidegger@gmail.com>",
"license": "ISC",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4",
"nodemock": "~0.3.4",
"standard": "^13.0.2"
},
"dependencies": {
"@hapi/joi": "^15.1.0"
}
}