-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.79 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.79 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
66
67
68
{
"name": "feedback",
"version": "1.0.0",
"description": "Realtime feedback for instructors",
"main": "start.js",
"scripts": {
"prestart": "gulp build",
"start": "nodemon --watch server -e js,html server/start.js"
},
"author": "David Wang",
"license": "ISC",
"dependencies": {
"angular": "^1.5.7",
"angular-animate": "^1.5.7",
"angular-touch": "^1.5.7",
"angular-ui-bootstrap": "^1.3.3",
"angular-ui-router": "^0.3.1",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"bluebird": "^3.4.1",
"body-parser": "^1.15.1",
"bootstrap": "^3.3.6",
"canvasjs": "^1.8.1",
"chalk": "^1.1.3",
"connect-session-sequelize": "^3.0.0",
"cookie-parser": "^1.4.3",
"crypto": "0.0.3",
"d3": "^4.1.1",
"express": "^4.14.0",
"express-session": "^1.14.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^1.0.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-mocha": "^2.2.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"http": "0.0.0",
"jquery": "^3.0.0",
"json": "^9.0.4",
"karma": "^1.0.0",
"lodash": "^4.13.1",
"material-icons": "^0.1.0",
"moment": "^2.14.1",
"ng-vega": "^1.3.2",
"ngkookies": "^0.2.0",
"nodemailer": "^2.5.0",
"nodemon": "^1.10.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pg": "^6.0.0",
"pg-hstore": "^2.3.2",
"pubnub": "^3.15.1",
"run-sequence": "^1.2.1",
"sequelize": "^3.23.3",
"socket.io": "^1.4.6",
"vega": "^2.6.0"
}
}