UNPKG

tennu-plugins

Version:
32 lines (31 loc) 630 B
{ "name": "tennu-plugins", "version": "4.0.0-b4", "description": "Tennu plugin subsystem", "main": "lib/index.js", "scripts": { "test": "mocha test -R spec" }, "repository": { "type": "git", "url": "git://github.com/Tennu/tennu-plugins.git" }, "keywords": [ "tennu", "plugins" ], "author": "Ryan S. Scheel (Havvy)", "license": "ISC", "bugs": { "url": "https://github.com/Tennu/tennu-plugins/issues" }, "devDependencies": { "mocha": "^2", "better-assert": "^1.0.0", "sinon": "^1.11", "deep-eql": "^0.1.3" }, "dependencies": { "r-result": "^1.4.0" } }