2016-09-24 12:41:59 +02:00
|
|
|
{
|
|
|
|
|
"name": "mine-seeker",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Mine Seeker Game by system7",
|
|
|
|
|
"directories": {
|
|
|
|
|
"test": "tests"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"babel-core": "^6.14.0",
|
|
|
|
|
"babel-loader": "^6.2.5",
|
2016-10-01 21:49:15 +02:00
|
|
|
"babel-preset-es2015": "^6.14.0",
|
2016-09-24 12:41:59 +02:00
|
|
|
"babel-preset-react": "^6.11.1",
|
2016-11-19 16:37:08 +01:00
|
|
|
"clipboard": "^1.5.15",
|
2016-10-31 15:13:01 +01:00
|
|
|
"howler": "^2.0.1",
|
2016-10-31 19:44:20 +01:00
|
|
|
"js-base64": "^2.1.9",
|
2016-09-24 12:41:59 +02:00
|
|
|
"react": "^15.3.2",
|
2016-11-04 20:57:34 +01:00
|
|
|
"react-dom": "^15.3.2",
|
|
|
|
|
"webpack": "^1.13.3"
|
2016-09-24 12:41:59 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "ssh://Lang@amelia:/home/git/repositories/mine.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"mine",
|
|
|
|
|
"seeker",
|
|
|
|
|
"game",
|
|
|
|
|
"multiplayer",
|
|
|
|
|
"websocket"
|
|
|
|
|
],
|
|
|
|
|
"author": "Laszlo Lang <system7>",
|
|
|
|
|
"license": "ISC"
|
|
|
|
|
}
|