-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "lmao",
"version": "1.0.0",
"description": "Funnies",
"main": "index.js",
"scripts": {
"start": "node src/start.js",
"devStart": "nodemon src/start.js",
"test": "tape tests/test.js | tap-spec",
"coverage": "istanbul cover tests/test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FAC10/week-7-LMAO.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FAC10/week-7-LMAO/issues"
},
"homepage": "https://github.com/FAC10/week-7-LMAO#readme",
"devDependencies": {
"codecov": "^2.1.0",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0",
"istanbul": "^0.4.5",
"nodemon": "^1.11.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"env2": "^2.1.1",
"handlebars": "^4.0.6",
"hapi": "^16.1.1",
"hapi-auth-cookie": "^7.0.0",
"hapi-context-credentials": "^2.0.0",
"inert": "^4.2.0",
"pg": "^6.1.5",
"querystring": "^0.2.0",
"request": "^2.81.0",
"vision": "^4.1.1"
}
}