Skip to content

Commit

Permalink
Merge pull request #7 from cybercussion/snyk-fix-b1fd4b2d
Browse files Browse the repository at this point in the history
[Snyk Update] New fixes for 1 vulnerable dependency path
  • Loading branch information
cybercussion authored Jul 4, 2018
2 parents 0d00ce3 + 4faee54 commit 1ec13d8
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions package.json
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"
]
}
}

0 comments on commit 1ec13d8

Please sign in to comment.