]>
Commit | Line | Data |
---|---|---|
927c9aae BB |
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", | |
ead516a9 | 9 | "setup_database": "node scripts/setup_database", |
927c9aae BB |
10 | "test": "echo \"Error: no test specified\" && exit 1" |
11 | }, | |
12 | "repository": { | |
13 | "type": "git", | |
14 | "url": "git+https://github.com/rbdr/lgtm.git" | |
15 | }, | |
16 | "author": "Ruben Beltran del Rio <ruben@unlimited.pizza>", | |
17 | "license": "MIT", | |
18 | "bugs": { | |
19 | "url": "https://github.com/rbdr/lgtm/issues" | |
20 | }, | |
21 | "homepage": "https://github.com/rbdr/lgtm#readme", | |
22 | "dependencies": { | |
ead516a9 | 23 | "dotenv": "^2.0.0", |
927c9aae BB |
24 | "getenv": "^0.7.0", |
25 | "koa": "^1.2.4", | |
ead516a9 BB |
26 | "koa-static": "^2.0.0", |
27 | "mysql2": "^1.1.2", | |
28 | "nunjucks": "^3.0.0" | |
927c9aae BB |
29 | }, |
30 | "devDependencies": { | |
31 | "eslint-config-hapi": "^10.0.0", | |
32 | "eslint-plugin-hapi": "^4.0.0" | |
33 | } | |
34 | } |