forked from dfarrenk/CryptoShop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.56 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
{
"name": "project-3",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "jest --coverage",
"test:watchAll": "jest --watchAll",
"start": "node server.js"
},
"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",
"express": "^4.16.2",
"express-force-ssl": "^0.3.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"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",
"request": "^2.83.0",
"sendgrid": "^5.2.3",
"socket.io": "^2.0.4",
"twilio": "^3.11.0",
"uid-safe": "^2.1.5",
"xml2js": "^0.4.19"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-jest": "^22.1.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"jest": "^22.1.4",
"morgan": "^1.9.0",
"nodemon": "^1.14.11",
"nwb": "^0.21.2",
"superagent": "^3.8.2",
"supertest": "^3.0.0"
},
"proxy": "https://localhost:443"
}