forked from onepiecejs/nodejs-cantas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.42 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
{
"author": "HSS-IED-BJ",
"description": "cantas is a real-time collaborative application.",
"dependencies": {
"async": "*",
"connect-redis": "~1.4.x",
"express": "~2.5.x",
"jade": "*",
"markdown": "*",
"moment": "*",
"mongoose": "3.6.13",
"node-krb5": "*",
"nodemailer": "~0.7.1",
"passport": "*",
"passport-local": "*",
"passport-google-oauth": "~0.1.5",
"redis": "*",
"socket.io": "~0.9.x",
"xmlrpc": "~1.1.0",
"easyimage": "*",
"requestify": "*",
"lodash": "*"
},
"devDependencies": {
"expect.js": "*",
"grunt": "~0.4.5",
"grunt-contrib-concat": "*",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-jasmine": "0.6.x",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "~0.4.3",
"grunt-simple-mocha": "~0.4.0",
"mongoose-fakery": "*",
"nodelint": "*",
"optimist": "~0.6.0",
"sinon": "*",
"supertest": "*"
},
"engines": {
"node": "0.10.26",
"npm": "1.4.7"
},
"name": "cantas",
"private": true,
"scripts": {
"lintcheck": "scripts/lintcheck",
"start": "node app"
},
"main": "app.js",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/onepiecejs/nodejs-cantas.git"
}
}