UNPKG

game-of-risk

Version:
38 lines (37 loc) 846 B
{ "name": "game-of-risk", "version": "0.0.0", "description": "Game of Risk Calculator", "main": "index.js", "dependencies": { "async": "^2.0.0-rc.3", "knex": "^0.10.0", "nan": "^2.2.1", "sqlite3": "^3.1.3" }, "devDependencies": { "chokidar": "^1.4.3" }, "scripts": { "start": "node gypwatcher.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/adamjaso/node-game-of-risk.git" }, "keywords": [ "Game", "Risk", "Calculator" ], "author": "Adam Jaso", "license": "MIT", "bugs": { "url": "https://github.com/adamjaso/node-game-of-risk/issues" }, "homepage": "https://github.com/adamjaso/node-game-of-risk#readme", "publishConfig": { "registry": "https://registry.npmjs.com" } }