-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from cybercussion/snyk-fix-b1fd4b2d
[Snyk Update] New fixes for 1 vulnerable dependency path
- Loading branch information
Showing
1 changed file
with
49 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,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" | ||
"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]" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/cybercussion/SCOBot/issues" | ||
}, | ||
"dependencies": { | ||
"jsdom": "~0.5.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" | ||
] | ||
{ | ||
"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" | ||
] | ||
} | ||
} |