-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
46 lines (46 loc) · 1.04 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
{
"name": "tin-can-json-schema",
"version": "2.0.0",
"description": "JSON Schema files for structures in the Experience API",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/RusticiSoftware/TinCanSchema.git"
},
"keywords": [
"tincan",
"tin can",
"e-learning",
"scorm",
"lrs",
"experienceapi",
"experience api",
"xapi"
],
"author": "Rustici Software <support@rusticisoftware.com>",
"contributors": [
{
"name": "Chaim-Leib Halbert",
"email": "chaim.leib.halbert@gmail.com"
},
{
"name": "Brian J. Miller",
"email": "brian.miller@rusticisoftware.com"
},
{
"name": "Chris Hooks",
"email": "chris.hooks@rusticisoftware.com"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/RusticiSoftware/TinCanSchema/issues"
},
"homepage": "https://github.com/RusticiSoftware/TinCanSchema",
"devDependencies": {
"glob": "^4.4.0"
},
"scripts": {
"prepublish": "node npm/prepublish.js"
}
}