-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·90 lines (90 loc) · 2.12 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "vi-lab",
"description": "This application is based on vi-lab as an node.js video learning environment and vi-two as an framework for interactive videos.",
"version": "0.5.1",
"private": true,
"dependencies": {
"acl": "0.4.4",
"async": "2.0.0",
"base64": "2.1.0",
"body-parser": "1.9.0",
"cheerio": "0.12.3",
"compression": "^1.6.2",
"connect-flash": "0.1.1",
"cookie-parser": "1.3.3",
"cookies": "0.5.0",
"csv": "0.3.6",
"d3": "3.3.13",
"ejs": "1.0.0",
"ejs-locals": "1.0.2",
"etherpad-lite-client": "0.7.0",
"express": "3.4.6",
"express-json": "1.0.0",
"express-session": "1.8.2",
"express-validator": "2.6.0",
"fluent-ffmpeg": "*",
"gauss": "0.2.11",
"geoip-lite": "1.1.3",
"hooks": "0.3.2",
"http-agent": "0.1.2",
"identicon": "1.0.0",
"ipware": "*",
"jsdom": "0.8.6",
"method-override": "2.2.0",
"moment": "*",
"mongodb": "*",
"mongoose": "*",
"mpath": "0.2.1",
"mpromise": "0.5.1",
"mquery": "0.6.0",
"ms": "0.6.2",
"multer": "^1.1.0",
"muri": "0.3.1",
"nan": "0.6.0",
"node-csv": "0.1.2",
"node-fs": "0.1.7",
"node-schedule": "0.1.13",
"npm": "2.0.0",
"passport": "0.1.17",
"passport-local": "0.1.6",
"password-hash": "1.2.2",
"path": "0.4.9",
"redis": "0.8.6",
"regexp-clone": "0.0.1",
"request": "2.27.0",
"share": "0.6.3",
"sliced": "0.0.5",
"socket.io": "1.1.0",
"socket.io-client": "0.9.16",
"winston": "^2.2.0",
"xml2js": "0.4.4",
"xmldom": "0.1.17"
},
"engines": {
"node": "0.8.4",
"npm": "1.1.49"
},
"scripts": {
"start": "node server.js"
},
"main": "server.js",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/nise/vi-theresienstadt.git"
},
"keywords": [
"interactive video",
"video",
"hypervideo",
"video learning environment"
],
"author": "niels seidel",
"license": "MIT license",
"bugs": {
"url": "https://github.com/nise/vi-lab/issues"
}
}