dice-engine
Version:
A Dice Rolling Engine
40 lines (39 loc) • 927 B
JSON
{
"name": "dice-engine",
"version": "0.3.2",
"description": "A Dice Rolling Engine",
"main": "./lib/parser.js",
"scripts": {
"test": "jest",
"build": "babel src -d lib",
"prepublish": "npm run build",
"lint": "standard src/**/*.js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roll-player/dice-engine.git"
},
"keywords": [
"Dice",
"Engine"
],
"author": "Michael Sarchet",
"license": "MIT",
"bugs": {
"url": "https://github.com/roll-player/dice-engine/issues"
},
"homepage": "https://github.com/roll-player/dice-engine#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-latest": "^6.16.0",
"jest": "^16.0.2",
"proxyquire": "^1.7.10",
"sinon": "^1.17.6",
"standard": "^8.5.0"
},
"dependencies": {
"random-js": "^1.0.8"
}
}