forked from cbmsc-diti/mogi-server
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·70 lines (70 loc) · 1.8 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
{
"name": "mogi-server",
"version": "0.0.1",
"scripts": {
"start": "nodemon app.js"
},
"dependencies": {
"archiver": "^0.21.0",
"body-parser": "1.12.4",
"busboy": "0.2.x",
"cookie-parser": "1.3.4",
"easy-pbkdf2": "~0.1.1",
"easyimage": "^2.0.3",
"ejs": "0.7.x",
"email-templates": "1.2.1",
"errorhandler": "1.3.6",
"express": "4.12.4",
"express-session": "1.11.2",
"fluent-ffmpeg": "streamablevideo/node-fluent-ffmpeg#a2129693382d06cb7062cf6e6b3a7ec05afa2340",
"formidable": "~1.0.14",
"glob": "^5.0.15",
"grunt-forever": "~0.4.1",
"jade": "^1.9.2",
"jwt-simple": "^0.3.0",
"lodash": "~3.10.1",
"method-override": "2.3.3",
"mime": "1.2.x",
"mkdirp": "0.5.x",
"moment": "~2.4.0",
"morgan": "1.5.3",
"multer": "^1.1.0",
"mv": "~2.0.3",
"node-fs": "^0.1.7",
"node-gcm": "^0.11.1",
"node-schedule": "^1.0.0",
"node-uuid": "1.4.x",
"nodemailer": "0.7.1",
"passport": "~0.3.x",
"passport-http": "0.3.x",
"passport-http-bearer": "1.0.x",
"passport-local": "1.0.x",
"pg": "~2.8.4",
"pg-hstore": "^2.3.2",
"q": "~0.9.7",
"rimraf": "2.2.x",
"sequelize": "^3.13.0",
"sequelize-cli": "^2.1.0",
"serve-favicon": "2.2.1",
"socket.io": "1.3.x",
"stream-meter": "^1.0.3",
"stream-slice": "^0.1.2",
"temporary": "0.0.8"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-env": "^0.4.4",
"grunt-nodemon": "^0.4.0",
"grunt-simple-mocha": "^0.4.0",
"mocha": "^2.3.0",
"nodemon": "^1.4.1",
"promise": "^7.1.1",
"proxyquire": "^1.7.1",
"should": "^7.1.0",
"superagent": "^1.3.0",
"supertest": "^1.1.0"
}
}