mirror of
https://github.com/chenasraf/strange-tactics.git
synced 2026-05-17 17:58:04 +00:00
38 lines
841 B
JSON
38 lines
841 B
JSON
{
|
|
"name": "strange-tactics",
|
|
"version": "0.0.1",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/chenasraf/strange-tactics.git"
|
|
},
|
|
"keywords": [
|
|
"html5",
|
|
"js",
|
|
"game"
|
|
],
|
|
"author": "Chen Asraf <chen@asraf.me>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/chenasraf/strange-tactics/issues"
|
|
},
|
|
"homepage": "https://github.com/chenasraf/strange-tactics#readme",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"babel-core": "^6.25.0",
|
|
"babel-loader": "^7.1.1",
|
|
"babel-preset-env": "^1.5.2",
|
|
"babel-preset-es2016": "^6.24.1",
|
|
"jsdoc": "^3.4.3",
|
|
"webpack": "^3.0.0"
|
|
},
|
|
"directories": {
|
|
"doc": "docs",
|
|
"lib": "lib"
|
|
},
|
|
"description": ""
|
|
}
|