forked from loowid/loowid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.47 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
{
"name": "loowid",
"description": "Loowid - Share your webcam, audio and screen easy.",
"version": "2.1.0",
"private": false,
"author": "juanjo alex edu",
"repository": {
"type": "git",
"url": "https://github.com/loowid/loowid"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt prod",
"test": "node node_modules/grunt-cli/bin/grunt test --mongodb=off --nodes=1"
},
"devDependencies": {
"coveralls": "^2.11.2",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-watch": "0.6.1",
"grunt-jasmine-node": "^0.2.1",
"grunt-jasmine-node-istanbul": "0.0.5",
"mockgoose": "^1.10.7"
},
"dependencies": {
"async": "0.2.9",
"connect-mongo": "git+https://github.com/loowid/connect-mongo.git#v0.8.2",
"cookie-signature": "1.0.3",
"express": "3.4.4",
"grunt": "0.4.1",
"grunt-cli": "0.1.11",
"grunt-concurrent": "1.0.0",
"grunt-env": "0.4.0",
"grunt-nodemon": "0.3.0",
"grunt-shell": "1.1.1",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-less": "0.12.0",
"i18next": "1.7.1",
"ims-lti": "^1.0.0",
"jade": "0.35.0",
"log4js": "^0.6.21",
"mongoose": "3.8.24",
"mongoose-currency": "0.0.4",
"node-rest-client": "~1.0.0",
"passport": "^0.2.1",
"passport-lti": "0.0.3",
"request": "2.34.0",
"socket.io": "0.9.6",
"underscore": "1.5.2",
"http-proxy": "^1.8.1",
"ws": "0.4.31"
}
}