]>
Commit | Line | Data |
---|---|---|
4c4dc29c BB |
1 | { |
2 | "name": "lgtm", | |
3 | "version": "0.0.0", | |
4 | "description": "looks good to me", | |
5 | "main": "index.js", | |
6 | "scripts": { | |
70207726 | 7 | "lint": "eslint .", |
322c92fd | 8 | "start": "node index", |
4c4dc29c BB |
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 | }, | |
70207726 BB |
20 | "homepage": "https://github.com/rbdr/lgtm#readme", |
21 | "dependencies": { | |
22 | "getenv": "^0.7.0", | |
322c92fd BB |
23 | "koa": "^1.2.4", |
24 | "koa-static": "^2.0.0" | |
70207726 BB |
25 | }, |
26 | "devDependencies": { | |
27 | "eslint-config-hapi": "^10.0.0", | |
28 | "eslint-plugin-hapi": "^4.0.0" | |
29 | } | |
4c4dc29c | 30 | } |