diceware/package.json

33 lines
801 B
JSON
Raw Normal View History

2017-11-08 21:17:55 -05:00
{
"name": "diceware",
"version": "1.0.0",
"description": "First, feel free to check out the live demo, running at [https://www.dmuth.org/diceware/](https://www.dmuth.org/diceware/)",
"main": "main.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmuth/diceware.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dmuth/diceware/issues"
},
"homepage": "https://github.com/dmuth/diceware#readme",
"devDependencies": {
2017-11-09 22:06:03 -05:00
"mocha": "^4.0.1",
"should": "^13.1.3",
2017-11-08 21:17:55 -05:00
"webpack": "^3.8.1"
},
"dependencies": {
"bluebird": "^3.5.1",
"random-number-csprng": "^1.0.2"
2017-11-08 21:17:55 -05:00
}
}