fixings
Version:
A general-purpose plugin system to add your own plugin system to any project
39 lines (38 loc) • 844 B
JSON
{
"name": "fixings",
"version": "1.2.0",
"description": "A general-purpose plugin system to add your own plugin system to any project",
"main": "index.js",
"scripts": {
"test": "nyc mocha index.spec.js",
"doc": "jsdoc -d doc -P package.json -R README.md -t node_modules/postman-jsdoc-theme src/*",
"version": "./tools.sh readme"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/Drew-S/fixings"
},
"keywords": [
"Universal",
"General",
"Plugin"
],
"author": "Drew Sommer",
"license": "MIT",
"dependencies": {
"deptree": "^1.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.9.0",
"jsdoc": "^3.5.5",
"mocha": "^5.2.0",
"nyc": "^13.0.1",
"postman-jsdoc-theme": "0.0.3"
},
"nyc": {
"include": [
"src/**/*.js"
]
}
}