-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 865 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 865 Bytes
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
{
"name": "irc-moo-rest-api-service",
"version": "0.0.0",
"main": "server.js",
"author": "irc-moo",
"dependencies": {
"bluebird": "^3.0.5",
"boom": "^2.6.1",
"good": "^5.1.1",
"good-console": "^2.1.0",
"hapi": "^8.1.0",
"hapi-swaggered": "^2.4.1",
"hapi-swaggered-ui": "^2.1.1",
"joi": "^7.0.0",
"pg": "^3.6.3",
"pg-hstore": "^2.3.1",
"pg-native": "^1.9.0",
"pg-promise": "^2.3.1",
"pg-query-stream": "^1.0.0",
"require-directory": "^2.0.0"
},
"devDependencies": {
"tap": "^2.2.1",
"node-fetch": "^1.3.3"
},
"scripts": {
"test": "tap test/*.js",
"start": "node --harmony_destructuring index.js",
"local-dev": "PORT=4004 DB=postgres://chlaakbgmppjqf:lY2kmEqX39IijGz5U32SpyAOz4@ec2-107-21-222-62.compute-1.amazonaws.com:5432/d2836sqk1qf6t0?ssl=true nodemon index.js"
}
}