-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 958 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 958 Bytes
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
{
"name": "moodle-trace-analytics",
"version": "1.0.0",
"description": "moodle-trace-analytics ======================",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "https://github.com/fcassin/moodle-trace-analytics.git"
},
"keywords": [
"moodle",
"analytics",
"api"
],
"author": "François Cassin",
"license": "ISC",
"bugs": {
"url": "https://github.com/fcassin/moodle-trace-analytics/issues"
},
"homepage": "https://github.com/fcassin/moodle-trace-analytics",
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.8.1",
"cookie-parser": "^1.3.3",
"debug": "^2.0.0",
"express": "^4.10.1",
"jade": "^1.6.0",
"mongodb": "^1.4.19",
"monk": "^0.9.0",
"morgan": "^1.3.0",
"path": "^0.4.9",
"pg": "^3.6.2",
"serve-favicon": "^2.1.3"
}
}