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": {
|
2017-11-09 22:07:24 -05:00
|
|
|
"test": "mocha ./tests/test.js"
|
2017-11-08 21:17:55 -05:00
|
|
|
},
|
|
|
|
"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"
|
2017-11-08 23:27:15 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"bluebird": "^3.5.1",
|
|
|
|
"random-number-csprng": "^1.0.2"
|
2017-11-08 21:17:55 -05:00
|
|
|
}
|
|
|
|
}
|