mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-03-31 14:25:13 -05:00
27 lines
673 B
JSON
27 lines
673 B
JSON
{
|
|
"name": "POGOServer",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/maierfelix/POGOServer.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\"",
|
|
"babel-node": "babel-node --presets=es2015",
|
|
"start": "nodemon --exec npm run babel-node -- ./src/index.js"
|
|
},
|
|
"author": "Felix Maier",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.11.4",
|
|
"babel-preset-es2015": "^6.13.1",
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
"body-parser": "^1.15.2",
|
|
"concat-stream": "^1.5.1",
|
|
"nodemon": "^1.7.1",
|
|
"protobufjs": "^5.0.1"
|
|
},
|
|
"dependencies": {}
|
|
}
|