-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
79 lines (79 loc) · 2.08 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
70
71
72
73
74
75
76
77
78
79
{
"name": "project-3",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "jest --coverage",
"test:watchAll": "jest --watchAll",
"start": "node server.js",
"build:prod": "webpack --config webpack.config.js -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfarrenk/project-3.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dfarrenk/project-3/issues"
},
"homepage": "https://github.com/dfarrenk/project-3#readme",
"dependencies": {
"bcrypt": "^1.0.3",
"blockchain.info": "^2.11.0",
"body-parser": "^1.18.2",
"coinbase": "^2.0.7",
"concurrently": "^3.5.1",
"connect-mongo": "^2.0.1",
"dotenv": "^4.0.0",
"easytimer.js": "^2.0.3",
"eth-lightwallet": "^2.5.6",
"ethereumjs-tx": "^1.3.4",
"ethereumjs-util": "^5.2.0",
"express": "^4.16.2",
"express-force-ssl": "^0.3.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"handlebars": "^4.0.11",
"jsonwebtoken": "^8.1.0",
"lodash": "^4.17.4",
"mongoose": "^4.13.9",
"passport": "^0.4.0",
"passport-jwt": "^3.0.1",
"react-redux": "^5.0.7",
"redux": "^1.0.0-rc",
"request": "^2.83.0",
"sendgrid": "^5.2.3",
"socket.io": "^2.0.4",
"twilio": "^3.11.0",
"uid-safe": "^2.1.5",
"web3": "^0.19.1",
"xml2js": "^0.4.19"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-jest": "^22.1.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"gulp": "^3.9.1",
"jest": "^22.1.4",
"morgan": "^1.9.0",
"nodemon": "^1.14.11",
"nwb": "^0.21.2",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.2.0",
"redux-devtools": "^3.4.1",
"superagent": "^3.8.2",
"supertest": "^3.0.0",
"uglifyjs-webpack-plugin": "^1.2.0",
"webpack": "^3.11.0",
"webpack-cli": "^2.0.9",
"webpack-uglify-parallel": "^0.1.4"
},
"proxy": "https://localhost:443"
}