Private
Public Access
1
0
Files
MineSeeker/package.json

35 lines
721 B
JSON

{
"name": "mine-seeker",
"version": "1.0.0",
"description": "Mine Seeker Game by system7",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"react": "^15.3.2",
"react-dom": "^15.3.2"
},
"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"
}