warrior-code-api
Version:
API for Warrior-Code.
44 lines (43 loc) • 1.02 kB
JSON
{
"name": "warrior-code-api",
"version": "0.0.1",
"description": "API for Warrior-Code.",
"main": "index.js",
"scripts": {
"lint": "eslint . --ext .js",
"migrate": "node ./tasks/save-maps",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/warrior-code/warrior-code-api.git"
},
"keywords": [
"warriorjs",
"warrior-code"
],
"author": "warrior-code",
"license": "MIT",
"bugs": {
"url": "https://github.com/warrior-code/warrior-code-api/issues"
},
"homepage": "https://github.com/warrior-code/warrior-code-api",
"dependencies": {
"bell": "^6.0.0",
"bluebird": "^3.0.5",
"boom": "^3.0.0",
"config": "^1.16.0",
"hapi": "^11.1.0",
"hapi-auth-jwt": "^3.0.0",
"joi": "^7.0.0",
"jsonwebtoken": "^5.4.1",
"mongoose": "^4.2.4"
},
"devDependencies": {
"eslint": "^1.9.0",
"eslint-config-airbnb": "^0.1.0"
},
"engines": {
"node": "4.2.x"
}
}