22 lines
507 B
JSON
22 lines
507 B
JSON
{
|
|
"name": "spike-wars",
|
|
"version": "1.0.0",
|
|
"description": "Spike Wars game.",
|
|
"main": "spike-wars.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "_git@git.jdb-labs.com:jdb/code-katas.git"
|
|
},
|
|
"author": "Jonathan Bernard <jdbernard@gmail.com>",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"babel-preset-es2015": "^6.9.0",
|
|
"babelify": "^7.3.0",
|
|
"browserify": "^13.0.1",
|
|
"flow-bin": "^0.29.0"
|
|
}
|
|
}
|