]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "lgtm", | |
3 | "version": "0.0.0", | |
4 | "description": "looks good to me", | |
5 | "main": "index.js", | |
6 | "scripts": { | |
7 | "lint": "eslint .", | |
8 | "start": "node index", | |
9 | "test": "echo \"Error: no test specified\" && exit 1" | |
10 | }, | |
11 | "repository": { | |
12 | "type": "git", | |
13 | "url": "git+https://github.com/rbdr/lgtm.git" | |
14 | }, | |
15 | "author": "Ruben Beltran del Rio <ruben@unlimited.pizza>", | |
16 | "license": "MIT", | |
17 | "bugs": { | |
18 | "url": "https://github.com/rbdr/lgtm/issues" | |
19 | }, | |
20 | "homepage": "https://github.com/rbdr/lgtm#readme", | |
21 | "dependencies": { | |
22 | "getenv": "^0.7.0", | |
23 | "koa": "^1.2.4", | |
24 | "koa-static": "^2.0.0" | |
25 | }, | |
26 | "devDependencies": { | |
27 | "eslint-config-hapi": "^10.0.0", | |
28 | "eslint-plugin-hapi": "^4.0.0" | |
29 | } | |
30 | } |