-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
51 lines (51 loc) · 1.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
{
"name": "mogi-server",
"version": "0.0.1",
"scripts": {
"start": "nodemon app.js"
},
"dependencies": {
"express": "3.x.x",
"ejs": "0.7.x",
"passport": "~0.1.x",
"passport-local": "1.0.x",
"passport-http": "0.2.x",
"passport-http-bearer": "0.2.x",
"sequelize": "1.7.x",
"node-uuid": "1.4.x",
"lodash": "~2.4.1",
"jwt-simple": "~0.1.0",
"pg": "~2.8.4",
"easy-pbkdf2": "~0.1.1",
"socket.io": "~0.9.16",
"formidable": "~1.0.14",
"moment": "~2.4.0",
"q": "~0.9.7",
"node-gcm": "~0.9.11",
"fluent-ffmpeg": "1.7.1",
"grunt-forever": "~0.4.1",
"node-fs": "~0.1.7",
"temporary": "0.0.8",
"nodemailer": "0.6.x",
"email-templates":"0.1.x",
"busboy": "0.2.x",
"mkdirp": "0.5.x",
"gm": "1.16.x",
"rimraf": "2.2.x",
"mime": "1.2.x"
},
"devDependencies": {
"supertest": "~0.7.1",
"should": "~1.2.2",
"proxyquire": "~0.5.1",
"superagent": "~0.15.4",
"mocha": "~1.12.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-simple-mocha": "~0.4.0",
"grunt-nodemon": "0.0.8",
"grunt-env": "~0.4.0"
}
}