-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.21 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "steps_networking_module",
"version": "1.0.0",
"description": "A networking module integrated with SoC term Project Showcase (STePS) in NUS",
"main": "server.js",
"scripts": {
"test": "gulp test",
"start": "node ./server/server.bundle.js",
"postinstall": "gulp buildServer && gulp buildClient"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nus-mtp/steps-networking-module.git"
},
"author": "XORcerors",
"license": "ISC",
"bugs": {
"url": "https://github.com/nus-mtp/steps-networking-module/issues"
},
"homepage": "https://github.com/nus-mtp/steps-networking-module#readme",
"dependencies": {
"async": "^2.1.4",
"babel": "^6.5.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.22.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.16.1",
"bootstrap": "^4.0.0-alpha.6",
"chai": "^3.5.0",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"express": "^4.14.1",
"express-session": "^1.15.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-csso": "^2.0.0",
"gulp-eslint": "^3.0.1",
"gulp-imagemin": "^3.1.1",
"gulp-istanbul": "^1.1.1",
"gulp-mocha-co": "^0.4.1-co.3",
"gulp-sass": "^3.1.0",
"istanbul": "^0.4.5",
"json-loader": "^0.5.4",
"jsonwebtoken": "^7.3.0",
"mocca": "^1.0.3",
"mocha": "^3.2.0",
"mongodb": "^2.2.23",
"mongoose": "^4.8.2",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-responsive": "^1.2.6",
"react-router": "^3.0.2",
"react-swipe": "^5.0.6",
"react-tag-input": "^4.6.2",
"serve-favicon": "^2.4.2",
"should": "^11.2.0",
"socket.io": "^1.7.3",
"swipe-js-iso": "^2.0.3",
"validator": "^6.2.1",
"webpack": "^2.2.1",
"webpack-stream": "^3.2.0"
}
}