-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.65 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
{
"name": "lecture-viewer",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"engines": {
"node": "0.10.x"
},
"private": true,
"scripts": {
"start": "env=development node app.js",
"production": "node app.js",
"test": "make test"
},
"dependencies": {
"assign": "^0.1.7",
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.12.0",
"chai": "^2.1.2",
"connect-timeout": "~1.6.1",
"cookie-parser": "^1.3.4",
"csv": "~0.4.1",
"decompress-zip": "~0.1.0",
"express": "~4.9.0",
"express-session": "^1.10.4",
"faker": "~2.1.2",
"flux": "^2.0.1",
"formidable": "~1.0.17",
"fs-extra": "~0.18.0",
"jwt-simple": "^0.3.0",
"keymirror": "^0.1.1",
"mocha": "^2.2.1",
"mocha-mongoose": "^1.0.4",
"moment": "^2.9.0",
"mongoose": "^3.8.25",
"morgan": "1.5.1",
"node-uuid": "^1.4.3",
"nodemailer": "^1.3.4",
"nodemailer-direct-transport": "^1.0.2",
"nodemailer-smtp-transport": "^1.0.2",
"object-assign": "^2.0.0",
"pluralize": "^1.1.2",
"promise": "^6.1.0",
"react": "^0.12.2",
"react-bootstrap": "^0.17.0",
"react-onclickoutside": "^0.2.2",
"react-router": "^0.12.2",
"react-simpletabs": "^0.6.1",
"react-tabs": "^0.1.2",
"redis": "^0.12.1",
"should": "5.1.0",
"sleep": "~2.0.0",
"supertest": "0.15.0",
"unzip": "~0.1.11",
"validator": "~3.36.0",
"superagent": "~1.2.0"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.4.3",
"gulp-livereload": "^3.7.0",
"gulp-ruby-sass": "^1.0.1",
"reactify": "^1.0.0",
"st": "^0.5.2"
}
}