UNPKG

not-key

Version:
78 lines 1.45 kB
{ "name": "not-key", "version": "0.1.1", "description": "not-* family key management mod", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha --reporter spec ./tests/**/**/**/**.js", "lint": "./node_modules/.bin/eslint ./src/**/**/**/**.js --fix", "pretest": "npm run lint", "docs": "./node_modules/.bin/jsdoc -c jsdoc.json", "cover": "nyc npm test" }, "repository": { "type": "git", "url": "git+https://github.com/interrupter/not-key.git" }, "keywords": [ "not-bulma", "not-node", "key" ], "author": "interrupter <alex.repin@mail.ru> (http://github.com/interrupter)", "license": "ISC", "bugs": { "url": "https://github.com/interrupter/not-key/issues" }, "homepage": "https://github.com/interrupter/not-key#readme", "dependencies": { "mongoose": "*", "not-bulma": "*", "not-meta": "*", "original": "^1.0.2", "uuid": "*" }, "devDependencies": { "chai": "*", "eslint": "*", "ink-docstrap": "^1.3.2", "jsdoc": "^4.0.4", "mocha": "*", "nyc": "*" }, "nyc": { "include": [ "src/**/**/**.js" ], "exclude": [ "tests/**/**/**/**.js" ], "reporter": [ "html" ], "check-coverage": false, "per-file": true, "lines": 99, "statements": 99, "functions": 99, "branches": 99, "watermarks": { "lines": [ 80, 95 ], "functions": [ 80, 95 ], "branches": [ 80, 95 ], "statements": [ 80, 95 ] } } }