]> git.r.bdr.sh - rbdr/lgtm/blobdiff - package.json
Serve the basic design
[rbdr/lgtm] / package.json
index 4c7b594a655c7d242634a43e9cb78ebd7d267635..54cad7c0faeca405d51bfbcde399b070ff212d4c 100644 (file)
@@ -4,6 +4,8 @@
   "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"
+  }
 }