-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.42 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.42 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "node-hapi-skeleton",
"version": "0.0.1",
"description": "Node Hapi Skeleton",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"assert-env": "^0.6.0",
"axios": "^0.8.1",
"babel-core": "^6.9.0",
"babel-eslint": "^4.1.8",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"bluebird": "^3.3.1",
"chalk": "^1.1.3",
"cron": "^1.1.0",
"es6-error": "^3.0.1",
"glob": "^7.0.3",
"good": "^6.6.0",
"good-console": "^5.3.1",
"good-logentries": "^2.0.2",
"googlemaps": "^1.4.0",
"graphql": "^0.6.2",
"hapi": "^13.2.1",
"hapi-auth-cookie": "^6.1.1",
"hapi-auth-jwt": "^4.0.0",
"hapi-graphql": "^1.0.1",
"hapi-require-https": "^2.0.5",
"hapi-swagger": "^5.0.1",
"heretic": "^0.2.2",
"inert": "^3.2.0",
"knex": "^0.9.0",
"lodash": "^4.5.0",
"mariner": "^0.5.0",
"moment": "^2.12.0",
"object-assign": "^4.0.1",
"pg": "^4.5.1",
"rollbar": "^0.5.15",
"sha1": "^1.1.1",
"store": "^1.3.20",
"timing": "^0.1.3",
"uuid": "^2.0.1",
"vision": "^4.1.0"
},
"devDependencies": {
"eslint": "^1.10.3",
"request-debug": "^0.2.0"
},
"engines": {
"node": "6.1.x"
}
}