forked from veracity-tech/vtc-lrs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.67 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
{
"name": "vtc-lrs",
"version": "1.0.7",
"description": "A standalone xAPI LRS module indended to be integrated into other systems",
"main": "index.js",
"scripts": {
"test": "test",
"build": "node ./scripts/build.js",
"start": "node index.js -start"
},
"author": "Veracity Technology Consultants <[email protected]> (https://veracity.it)",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/veracity-tech/vtc-lrs.git"
},
"keywords": [
"Learning Record Store",
"LRS",
"xAPI",
"Experience API",
"eLearning",
"LMS",
"tincan",
"tin can",
"e-Learning",
"SCORM",
"cmi5",
"experienceapi",
"learning management system",
"analytics",
"ADL",
"Advanced Distributed Learning",
"Learner Record Store",
"Caliper"
],
"dependencies": {
"ajv": "5.5.2",
"better-ajv-errors": "^0.4.2",
"chance": "1.0.13",
"cors": "2.8.4",
"dateformat": "3.0.2",
"deepmerge": "2.0.1",
"dotenv": "4.0.0",
"express": "4.16.2",
"express-hbs": "1.0.4",
"form-data": "2.3.1",
"human-interval": "^0.1.6",
"interval-to-human": "^0.1.1",
"iso8601-duration": "1.1.1",
"json-schema-faker": "^0.5.0-rc12",
"jsonwebtoken": "8.1.0",
"lodash": "4.17.4",
"mongodb": "2.2.31",
"multiparty": "4.1.3",
"object-hash": "1.2.0",
"object-walk": "0.1.1",
"passport": "0.4.0",
"passport-http": "0.3.0",
"request": "2.83.0",
"time-ago": "0.1.0",
"uglify-es": "^3.3.7"
},
"devDependencies": {
"babel-minify-webpack-plugin": "0.2.0",
"uglifyjs-webpack-plugin": "1.1.6",
"webpack": "3.10.0"
}
}