-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1011 Bytes
/
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": "fullstack-app-template",
"version": "0.0.1",
"description": "A sample app",
"engines": {
"node": "8.11.3"
},
"scripts": {
"postinstall": "./build-client.sh",
"start": "./start.sh"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"connect-pg-simple": "^5.0.0",
"connect-sqlite3": "^0.9.11",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"express-session": "^1.15.6",
"helmet": "^3.13.0",
"method-override": "^3.0.0",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"pg": "^7.4.3",
"sequelize": "^4.38.0",
"sequelize-cli": "^4.0.0",
"socket.io": "^2.1.1",
"sqlite3": "^4.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/robcmills/fullstack-app-template.git"
},
"keywords": [
"react",
"node",
"heroku",
"express"
],
"license": "MIT"
}