package.json
{
"name": "minibase",
"version": "1.0.1",
"description": "Minimalist alternative for Base. Build complex APIs with small units called plugins. Works well with most of the already existing [base][] plugins.",
"repository": "node-minibase/minibase",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://i.am.charlike.online)",
"precommit.silent": true,
"main": "index.js",
"license": "MIT",
"scripts": {
"lint": "standard --verbose",
"pretest": "npm run lint",
"test": "npm run coverage",
"posttest": "npm run lint:coverage",
"coverage": "nyc node test.js",
"lint:coverage": "nyc check-coverage --lines 100 --branches 100 --statements 100 --functions 100",
"report-coverage": "nyc report --reporter=text-lcov | coveralls",
"prerelease": "npm test",
"release": "standard-version --sign --no-verify",
"precommit": "git add --all",
"commit": "git-cz"
},
"dependencies": {
"define-property": "^0.2.5",
"delegate-properties": "^0.4.0",
"eventemitter3": "^2.0.2",
"extend-shallow": "^2.0.1",
"get-fn-name": "^1.0.0",
"isobject": "^3.0.0",
"lazy-cache": "^2.0.1",
"static-extend": "^0.1.2",
"try-catch-callback": "^2.0.0"
},
"devDependencies": {
"commitizen": "~2.7.0",
"coveralls": "^2.11.15",
"cz-conventional-changelog": "1.1.5",
"minibase-tests": "^1.1.2",
"mukla": "^0.4.8",
"nyc": "^11.0.1",
"pre-commit": "^1.1.3",
"standard": "^8.6.0",
"standard-version": "^3.0.0"
},
"files": [
"index.js",
"utils.js"
],
"keywords": [
"app",
"app-base",
"application",
"apps",
"async",
"base",
"baseplugin",
"basic",
"boilerplate",
"callback",
"cb",
"core",
"corebase",
"define",
"elegance",
"foundation",
"kickstart",
"main",
"methods",
"micro",
"microbase",
"mini",
"minibase",
"minimal",
"minimalist",
"nano",
"nanobase",
"node",
"nodejs",
"plugin",
"plugins",
"small",
"smart",
"smart-plugins",
"starter",
"starterkit",
"sync",
"synchronous",
"use"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"engines": {
"node": ">=0.10.0"
},
"verb": {
"run": true,
"toc": {
"render": true,
"method": "preWrite",
"maxdepth": 3,
"footer": ""
},
"layout": "empty",
"tasks": [
"readme"
],
"related": {
"highlight": "base",
"list": [
"base",
"use",
"lazy-cache",
"verb",
"generate",
"try-catch-callback",
"minibase-is-registered",
"minibase-create-plugin",
"minibase-visit",
"minibase-better-define"
]
},
"reflinks": [
"base",
"collection-visit",
"define-property",
"delegate-properties",
"minibase",
"static-extend",
"try-catch-callback",
"try-catch-core",
"verb",
"verb-generate-readme",
"commitizen",
"standard-version"
],
"lint": {
"reflinks": true
}
}
}