-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 857 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
{
"name": "vc2",
"version": "1.0.0",
"description": "Student Response System App",
"main": "app-server.js",
"scripts": {
"start": "node app-server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Muhammad Muhsin",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.0",
"bootstrap": "^3.3.5",
"browserify": "^11.0.1",
"express": "^4.13.4",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-eslint": "^0.15.0",
"gulp-nodemon": "^2.0.6",
"jquery": "^2.1.4",
"lodash": "^4.6.1",
"nedb": "^1.8.0",
"react": "^0.13.3",
"react-d3": "^0.3.1",
"react-router": "^0.13.3",
"reactify": "^1.1.1",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"toastr": "^2.1.2",
"vinyl-source-stream": "^1.1.0"
}
}