-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
53 lines (53 loc) · 1.25 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
{
"name": "SCOBot",
"main": "QUnit-Tests/js/scorm.bot.pack.js",
"description": "SCOBot support SCORM 1.2 and SCORM 2004 supplying API's to content developers to accommodate data validation, formatting and transparency.",
"version": "4.1.2",
"private": false,
"homepage": "http://www.cybercussion.com",
"keywords": [
"SCORM",
"e-learning",
"standards"
],
"license": "Creative Commons Sharealike 4.0 International",
"contributors": [
{
"name": "Mark Statkus",
"email": "[email protected]"
},
{
"name": "Brandon Bradley",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/cybercussion/SCOBot.git"
},
"bugs": {
"url": "https://github.com/cybercussion/SCOBot/issues"
},
"dependencies": {
"jsdom": "~1.0.0"
},
"devDependencies": {
"grunt": "~1.0.1",
"browserify": "~14.5.0"
},
"scripts": {
"test": "grunt travis --verbose"
},
"testling": {
"html": "QUnit-Tests/qunit_SCOBot_prod_full.html",
"browsers": [
"ie/8..latest",
"chrome/23..latest",
"firefox/17..latest",
"safari/5.1..latest",
"opera/11.5..latest",
"iphone/6..latest",
"ipad/6..latest"
]
}
}