-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·44 lines (44 loc) · 1.26 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
{
"name": "vi-analytics",
"description": "vi-analytics aims to understand how users behave when learning or working with interactive videos. Therefore I consider individual users as well group interactions. For that purposes vi-analytics combines a bunch of tools to analyse user behavior and video usage from log files. The library is written for node.js. Video usage mining techniques can be applied in order to generate D3.js visualizations.",
"version": "0.4.0",
"private": true,
"dependencies": {
"express": "3.x",
"mongodb": "1.1.8",
"socket.io": "0.9.x",
"geoip-lite": "1.1.3",
"prerender-node": "~2.0.0"
},
"engines": {
"node": "0.8.4",
"npm": "1.1.49"
},
"main": "vi-analytics.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nise/vi-analytics"
},
"keywords": [
"hypervideo",
"video",
"usage",
"mining",
"video",
"analytics",
"video",
"hypervideo",
"social",
"video",
"learning",
"analytics"
],
"author": "Niels Seidel <[email protected]> (http://www.nise81.com/)",
"license": "MIT license",
"bugs": {
"url": "https://github.com/nise/vi-analytics/issues"
}
}