-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.96 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "cause-fresh",
"version": "1.0.0",
"description": "Accountability to donations",
"main": "src/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prestart": "babel-node tools/startMessage.js",
"lint": "eslint server",
"lint:watch": "esw server",
"open:dev": "NODE_ENV=dev nodemon src/server.js --exec babel-node",
"start": "npm-run-all --parallel lint:watch open:dev",
"build:prod": "NODE_ENV=production nodemon src/server.js",
"build:qa": "NODE_ENV=qa nodemon src/server.js --exec babel-node",
"deploy-script": "node ./bin/www"
},
"keywords": [
"blockchain"
],
"author": "sravichandran",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"bell": "^8.9.0",
"bluebird": "^3.5.1",
"compression": "^1.7.2",
"dotenv": "^5.0.0",
"errorhandler": "^1.5.0",
"express": "^4.16.2",
"express-boom": "^2.0.0",
"express-status-monitor": "^1.0.1",
"express-validator": "^5.0.3",
"fs": "0.0.1-security",
"good": "^8.0.1",
"good-console": "^7.0.1",
"good-file": "^6.0.1",
"hapi": "^16.1.1",
"hapi-auth-cookie": "^7.0.0",
"hapi-cors": "^1.0.1",
"inert": "^4.2.0",
"joi": "^10.4.1",
"knex": "^0.14.3",
"lodash": "^4.17.5",
"lusca": "^1.5.2",
"morgan": "^1.9.0",
"mysql": "^2.15.0",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"path": "^0.12.7",
"rimraf": "^2.6.2",
"rotating-file-stream": "^1.3.4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"eslint": "^3.19.0",
"eslint-plugin-hapi": "^4.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-watch": "^3.1.0",
"nodemon": "^1.11.0",
"npm-run-all": "^4.0.2"
}
}