UNPKG

tennu-luck

Version:
34 lines (33 loc) 740 B
{ "name": "tennu-luck", "version": "3.0.0", "description": "Tennu's Luck Module", "main": "plugin.js", "scripts": { "test": "npm run-script build && mocha test/luck.js", "build": "sjs -m \"sweet-bdd\" -o test/luck.js test/luck.sjs" }, "repository": { "type": "git", "url": "git://github.com/Havvy/tennu-luck.git" }, "keywords": [ "tennu", "tennu-plugin" ], "author": "Havvy (Ryan S. Scheel)", "license": "BSD", "bugs": { "url": "https://github.com/Havvy/tennu-luck/issues" }, "dependencies": { "hrandom": "~1.1.0", "dados": ">=1.0.0" }, "devDependencies": { "better-assert": "^1.0.1", "mocha": "^2.0.1", "sweet-bdd": "^1.1.0", "sweet.js": "^0.7.2" } }