You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
870 B
JSON
37 lines
870 B
JSON
{
|
|
"name": "node-games",
|
|
"version": "3.0.3",
|
|
"description": "Simple node console games",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"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.3.17",
|
|
"babel-polyfill": "6.3.14",
|
|
"babel-preset-es2015": "6.3.13",
|
|
"i18n": "^0.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-babel": "6.0.0",
|
|
"grunt-contrib-watch": "0.6.1"
|
|
}
|
|
}
|