UNPKG

in

Version:

Plugin loader. Plays with Ware

56 lines (55 loc) 1.41 kB
{ "name": "in", "description": "Plugin loader. Plays with Ware", "version": "0.19.0", "homepage": "https://github.com/goliatone/in", "author": { "name": "goliatone", "email": "hello@goliatone.com", "url": "http://goliatone.com" }, "repository": { "type": "git", "url": "git://github.com/goliatone/in.git" }, "bugs": { "url": "https://github.com/goliatone/in/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/goliatone/in/blob/master/LICENSE-MIT" } ], "main": "index.js", "engines": { "node": ">= 7.6" }, "scripts": { "test": "mocha test/*_test.js", "devtest": "mocha test/*_test.js -G -w --require co-mocha --reporter spec --slow 500", "patch": "npm version patch && npm publish && git push --tags && git push origin master", "minor": "npm version minor && npm publish && npm version patch && git push --tags && git push origin master" }, "devDependencies": { "assert-dir-equal": "^1.1.0", "chai": "^4.2.0", "co-mocha": "^1.2.2", "mocha": "^1.21.5", "mocha-clean": "^1.0.0", "mocha-sinon": "^2.1.0", "sinon": "^7.4.1" }, "keywords": [ "plugins", "ware", "plugin" ], "dependencies": { "gextend": "^0.6.0", "multimatch": "^4.0.0", "noop-console": "^0.8.0", "recursive-readdir-async": "^1.1.6", "verror": "^1.10.0" } }