UNPKG

477 BJSONView Raw
1{
2 "name": "diceroll",
3 "version": "0.0.1",
4 "description": "A dice roller for gaming",
5 "main": "diceroll.js",
6 "scripts": {
7 "test": "node test/test-diceroll.js"
8 },
9 "keywords": [
10 "dice",
11 "random",
12 "rpg",
13 "gaming"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/sikker/diceroller"
18 },
19 "devDependencies": ["coffee-script"],
20 "author": "Per Sikker Hansen",
21 "license": "Crowley Licence 1.0 (see included LICENCE.txt)"
22}