-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
{
"name": "geckos-team-43",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"make": "source ./config/app-env",
"start": "node server",
"heroku-postbuild": "cd front-end && npm install && npm run build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/react-fontawesome": "0.1.0-11",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"gravatar": "^1.6.0",
"i": "^0.3.6",
"jsonwebtoken": "^8.2.2",
"moment": "^2.22.2",
"mongoose": "^5.1.3",
"morgan": "^1.9.0",
"npm": "^6.1.0",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"validator": "^10.2.0"
},
"devDependencies": {
"chai": "^4.1.2",
"grunt": "^1.0.3",
"grunt-mocha": "^1.0.4",
"grunt-mocha-test": "^0.13.3",
"mocha": "^5.2.0",
"nodemon": "^1.17.5",
"supertest": "^3.1.0"
},
"engines": {
"node": "6.11.1"
}
}