-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.19 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
{
"name": "geckos-team-21",
"version": "1.0.0",
"description": "Add-project-description-here | Chingu Voyage-6 | https://chingu.io/",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon server.js",
"app": "cd app && npm start",
"start": "nf start",
"heroku-postbuild": "cd app && npm install && npm install --only=dev --no-shrinkwrap && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chingu-voyage6/Geckos-Team-21.git"
},
"author": "Geckos-Team-21",
"license": "ISC",
"bugs": {
"url": "https://github.com/chingu-voyage6/Geckos-Team-21/issues"
},
"homepage": "https://github.com/chingu-voyage6/Geckos-Team-21#readme",
"dependencies": {
"body-parser": "^1.18.3",
"concurrently": "^3.6.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"foreman": "^3.0.1",
"hoek": "^5.0.4",
"memorystore": "^1.6.0",
"multer": "^1.3.1",
"mysql": "^2.16.0",
"node-sass": "^4.12.0",
"nodemon": "^1.18.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"uuid": "^3.3.2"
}
}