-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 989 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
{
"name": "SCABER",
"main": "app.js",
"config": {
"port": 4000
},
"scripts": {
"build": "npm install",
"postbuild": "gulp styles",
"start": "node app.js",
"all": "npm run build && npm run start"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/kevinbird61/SCABER.git"
},
"dependencies": {
"body-parser": "^1.15.2",
"csvjson": "^4.1.3",
"express": "^4.6.1",
"express-session": "^1.11.3",
"ejs": "^2.5.5",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"jsonfile": "^2.4.0",
"request": "^2.7.0",
"redis-sessions": "^1.2.0",
"randomstring": "^1.1.5",
"moment": "^2.17.1",
"mongoose": "^4.9.5",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth20": "^1.0.0",
"socket.io": "^1.4.5",
"sjcl": "^1.0.6",
"xlsx2json": "^1.0.0"
},
"devDependencies": {
"gulp-sass": "^3.1.0"
}
}