node-console-games/package.json
Mahdi Dibaiee 921c50e54b configure babel
setup global bin
2015-12-11 17:57:19 +03:30

31 lines
735 B
JSON

{
"name": "node-games",
"version": "1.0.0",
"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"
}
}