node-console-games/package.json

36 lines
848 B
JSON
Raw Normal View History

2015-12-11 14:27:19 +00:00
{
"name": "node-games",
2015-12-19 11:05:02 +00:00
"version": "3.0.1",
2015-12-11 14:27:19 +00:00
"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"
2015-12-11 17:49:42 +00:00
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-babel": "6.0.0",
"grunt-contrib-watch": "0.6.1"
2015-12-11 14:27:19 +00:00
}
}