-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.68 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.68 KB
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
61
62
63
64
65
{
"name": "ifcat",
"port": 41012,
"version": "0.0.3",
"private": true,
"description": "no description yet",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "mikey",
"license": "ISC",
"dependencies": {
"async": "^2.0.1",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"bootbox": "^4.4.0",
"bootstrap": "3.3.7",
"bootstrap-switch": "3.3.2",
"compression": "^1.6.2",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"csv": "^1.1.1",
"ejs": "^2.5.1",
"express": "^4.14.0",
"express-session": "^1.14.0",
"font-awesome": "^4.6.3",
"fs-extra": "^0.30.0",
"jquery": "^1.11.3",
"loader-utils": "0.2.16",
"lodash": "^4.15.0",
"method-override": "^2.3.6",
"moment": "^2.14.1",
"mongoose": "^4.11.1",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"passport": "^0.3.2",
"passport-auth0": "^0.5.2",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"passport.socketio": "^3.6.2",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-mathjax": "^0.1.1",
"react-responsive": "^1.3.4",
"simple-statistics": "^4.1.0",
"socket.io": "^1.4.8",
"socket.io-bundle": "^0.1.2",
"socket.io-client": "^1.4.8",
"socket.io-passport": "^0.1.1",
"sweetalert": "^1.1.3",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5",
"winston": "^2.3.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"es2015": "0.0.0",
"webpack": "^2.7.0"
}
}