forked from RusticiSoftware/TinCanJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 763 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 763 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
{
"name": "tincanjs",
"description": "Tin Can API Library",
"version": "0.22.2",
"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",
"e-learning"
],
"devDependencies": {
"gear": "0.8.x",
"gear-lib": "0.8.x",
"qunit": "0.5.16"
}
}