|
1 | 1 | {
|
2 |
| - "name": "SCOBot", |
3 |
| - "main": "QUnit-Tests/js/scorm.bot.pack.js", |
4 |
| - "description": "SCOBot support SCORM 1.2 and SCORM 2004 supplying API's to content developers to accommodate data validation, formatting and transparency.", |
5 |
| - "version": "4.1.2", |
6 |
| - "private": false, |
7 |
| - "homepage": "http://www.cybercussion.com", |
8 |
| - "keywords": [ |
9 |
| - "SCORM", |
10 |
| - "e-learning", |
11 |
| - "standards" |
12 |
| - ], |
13 |
| - "license": "Creative Commons Sharealike 4.0 International", |
14 |
| - "contributors": [ |
15 |
| - { |
16 |
| - "name": "Mark Statkus", |
17 |
| - "email": "mark@cybercussion.com" |
18 |
| - }, |
19 |
| - { |
20 |
| - "name": "Brandon Bradley", |
21 |
| - "email": "brandon.bradley@gmail.com" |
22 |
| - } |
23 |
| - ], |
24 |
| - "repository": { |
25 |
| - "type": "git", |
26 |
| - "url": "git://github.com/cybercussion/SCOBot.git" |
| 2 | + "name": "SCOBot", |
| 3 | + "main": "QUnit-Tests/js/scorm.bot.pack.js", |
| 4 | + "description": "SCOBot support SCORM 1.2 and SCORM 2004 supplying API's to content developers to accommodate data validation, formatting and transparency.", |
| 5 | + "version": "4.1.2", |
| 6 | + "private": false, |
| 7 | + "homepage": "http://www.cybercussion.com", |
| 8 | + "keywords": [ |
| 9 | + "SCORM", |
| 10 | + "e-learning", |
| 11 | + "standards" |
| 12 | + ], |
| 13 | + "license": "Creative Commons Sharealike 4.0 International", |
| 14 | + "contributors": [ |
| 15 | + { |
| 16 | + "name": "Mark Statkus", |
| 17 | + "email": "mark@cybercussion.com" |
27 | 18 | },
|
28 |
| - "bugs": { |
29 |
| - "url": "https://github.com/cybercussion/SCOBot/issues" |
30 |
| - }, |
31 |
| - "dependencies": { |
32 |
| - "jsdom": "~0.5.0" |
33 |
| - }, |
34 |
| - "devDependencies": { |
35 |
| - "grunt": "~1.0.1", |
36 |
| - "browserify": "~14.5.0" |
37 |
| - }, |
38 |
| - "scripts": { |
39 |
| - "test": "grunt travis --verbose" |
40 |
| - }, |
41 |
| - "testling": { |
42 |
| - "html": "QUnit-Tests/qunit_SCOBot_prod_full.html", |
43 |
| - "browsers": [ |
44 |
| - "ie/8..latest", |
45 |
| - "chrome/23..latest", |
46 |
| - "firefox/17..latest", |
47 |
| - "safari/5.1..latest", |
48 |
| - "opera/11.5..latest", |
49 |
| - "iphone/6..latest", |
50 |
| - "ipad/6..latest" |
51 |
| - ] |
| 19 | + { |
| 20 | + "name": "Brandon Bradley", |
| 21 | + "email": "brandon.bradley@gmail.com" |
52 | 22 | }
|
| 23 | + ], |
| 24 | + "repository": { |
| 25 | + "type": "git", |
| 26 | + "url": "git://github.com/cybercussion/SCOBot.git" |
| 27 | + }, |
| 28 | + "bugs": { |
| 29 | + "url": "https://github.com/cybercussion/SCOBot/issues" |
| 30 | + }, |
| 31 | + "dependencies": { |
| 32 | + "jsdom": "~1.0.0" |
| 33 | + }, |
| 34 | + "devDependencies": { |
| 35 | + "grunt": "~1.0.1", |
| 36 | + "browserify": "~14.5.0" |
| 37 | + }, |
| 38 | + "scripts": { |
| 39 | + "test": "grunt travis --verbose" |
| 40 | + }, |
| 41 | + "testling": { |
| 42 | + "html": "QUnit-Tests/qunit_SCOBot_prod_full.html", |
| 43 | + "browsers": [ |
| 44 | + "ie/8..latest", |
| 45 | + "chrome/23..latest", |
| 46 | + "firefox/17..latest", |
| 47 | + "safari/5.1..latest", |
| 48 | + "opera/11.5..latest", |
| 49 | + "iphone/6..latest", |
| 50 | + "ipad/6..latest" |
| 51 | + ] |
| 52 | + } |
53 | 53 | }
|
0 commit comments