forked from RusticiSoftware/TinCanJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 922 Bytes
/
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": "tincanjs",
"description": "Tin Can API Library",
"version": "0.31.0",
"private": false,
"main": "build/tincan-node.js",
"directories": {
"src": "src",
"doc": "doc"
},
"dependencies": {
"xhr2": "0.0.7"
},
"author": "Rustici Software <[email protected]>",
"contributors": [
{
"name": "Brian J. Miller",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/RusticiSoftware/TinCanJS.git"
},
"keywords": [
"tincan",
"tin can",
"e-learning",
"scorm",
"lrs",
"experienceapi",
"experience api",
"xapi"
],
"devDependencies": {
"grunt": "0.4.4",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-jshint": "0.9.2",
"grunt-contrib-uglify": "0.4.0",
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-yuidoc": "^0.5.2",
"qunit": "0.5.16"
}
}