"description": "looks good to me",
"main": "index.js",
"scripts": {
+ "lint": "eslint .",
+ "start": "node index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"bugs": {
"url": "https://github.com/rbdr/lgtm/issues"
},
- "homepage": "https://github.com/rbdr/lgtm#readme"
+ "homepage": "https://github.com/rbdr/lgtm#readme",
+ "dependencies": {
+ "getenv": "^0.7.0",
+ "koa": "^1.2.4",
+ "koa-static": "^2.0.0"
+ },
+ "devDependencies": {
+ "eslint-config-hapi": "^10.0.0",
+ "eslint-plugin-hapi": "^4.0.0"
+ }
}