node-console-games/package.json
2019-05-09 17:04:06 -03:00

40 lines
979 B
JSON

{
"name": "node-games",
"version": "3.0.3",
"description": "Simple node console games",
"main": "index.js",
"scripts": {
"build": "grunt && grunt copy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mdibaiee/node-games.git"
},
"keywords": [
"game",
"console"
],
"author": "Mahdi Dibaiee <mdibaiee@aol.com> (http://dibaiee.ir/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mdibaiee/node-games/issues"
},
"homepage": "https://github.com/mdibaiee/node-games#readme",
"dependencies": {
"ansi": "0.3.0",
"babel-core": "^6.26.3",
"babel-polyfill": "6.3.14",
"babel-preset-es2015": "6.3.13",
"node-polyglot": "^2.3.0"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-babel": "6.0.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "0.6.1"
}
}