-
Notifications
You must be signed in to change notification settings - Fork 798
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
106 additions
and
70 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
{ | ||
"path": "node_modules/tough-cookie", | ||
"justification" : "We do not make any HTTP requests" | ||
}, | ||
{ | ||
"path": "node_modules/retire", | ||
"justification" : "Used only for testing" | ||
}, | ||
{ | ||
"path": "node_modules/grunt-retire", | ||
"justification" : "Used only for testing" | ||
}, | ||
{ | ||
"path": "node_modules/grunt-mocha", | ||
"justification" : "Used only for testing" | ||
}, | ||
{ | ||
"path": "node_modules/grunt-lib-phantomjs", | ||
"justification" : "Used only for testing" | ||
}, | ||
{ | ||
"path": "node_modules/request", | ||
"justification" : "Used only for testing" | ||
} | ||
] |
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
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,82 +1,83 @@ | ||
{ | ||
"name": "axe-core", | ||
"description": "Accessibility engine for automated Web UI testing", | ||
"version": "2.1.2", | ||
"license": "MPL-2.0", | ||
"contributors": [ | ||
"name": "axe-core", | ||
"description": "Accessibility engine for automated Web UI testing", | ||
"version": "2.1.2", | ||
"license": "MPL-2.0", | ||
"contributors": [ | ||
{ | ||
"name": "David Sturley", | ||
"organization": "Deque Systems, Inc.", | ||
"url": "http://deque.com/" | ||
"name": "David Sturley", | ||
"organization": "Deque Systems, Inc.", | ||
"url": "http://deque.com/" | ||
}, | ||
{ | ||
"name": "Dylan Barrell", | ||
"email": "[email protected]", | ||
"organization": "Deque Systems, Inc.", | ||
"url": "http://deque.com/" | ||
"name": "Dylan Barrell", | ||
"email": "[email protected]", | ||
"organization": "Deque Systems, Inc.", | ||
"url": "http://deque.com/" | ||
}, | ||
{ | ||
"name": "Wilco Fiers", | ||
"organization": "Deque Systems, Inc.", | ||
"url": "http://deque.com/" | ||
"name": "Wilco Fiers", | ||
"organization": "Deque Systems, Inc.", | ||
"url": "http://deque.com/" | ||
}, | ||
{ | ||
"name": "Dian Fay", | ||
"organization": "Deque Systems, Inc.", | ||
"url": "http://deque.com/" | ||
"name": "Dian Fay", | ||
"organization": "Deque Systems, Inc.", | ||
"url": "http://deque.com/" | ||
}, | ||
{ | ||
"name": "Marcy Sutton", | ||
"organization": "Deque Systems, Inc.", | ||
"url": "http://deque.com/" | ||
"name": "Marcy Sutton", | ||
"organization": "Deque Systems, Inc.", | ||
"url": "http://deque.com/" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dequelabs/axe-core.git" | ||
}, | ||
"keywords": [ | ||
"Accessibility", | ||
"a11y", | ||
"testing", | ||
"unit", | ||
"tdd", | ||
"bdd", | ||
"aXe" | ||
], | ||
"main": "axe.js", | ||
"typings": "axe.d.ts", | ||
"scripts": { | ||
"build": "grunt", | ||
"test": "grunt test" | ||
}, | ||
"devDependencies": { | ||
"babel-plugin-transform-object-rest-spread": "^6.6.5", | ||
"babel-polyfill": "^6.7.4", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babelify": "^7.2.0", | ||
"blanket": "~1.2.3", | ||
"chai": "~3.5.0", | ||
"clone": "~1.0.2", | ||
"dot": "~1.0.3", | ||
"grunt": "~0.4.5", | ||
"grunt-babel": "^6.0.0", | ||
"grunt-contrib-clean": "~1.0.0", | ||
"grunt-contrib-concat": "~1.0.0", | ||
"grunt-contrib-connect": "~1.0.1", | ||
"grunt-contrib-copy": "~1.0.0", | ||
"grunt-contrib-jshint": "^1.0.0", | ||
"grunt-contrib-uglify": "~1.0.1", | ||
"grunt-contrib-watch": "~1.0.0", | ||
"grunt-mocha": "~0.4.13", | ||
"grunt-parallel": "^0.4.1", | ||
"html-entities": "^1.2.0", | ||
"jquery": "^3.0.0", | ||
"less": "~2.6.1", | ||
"mocha": "~2.4.5", | ||
"phantomjs-prebuilt": "~2.1.7", | ||
"promise": "~7.1.1", | ||
"revalidator": "~0.3.1", | ||
"selenium-webdriver": "~2.53.1" | ||
} | ||
} | ||
"type": "git", | ||
"url": "https://github.com/dequelabs/axe-core.git" | ||
}, | ||
"keywords": [ | ||
"Accessibility", | ||
"a11y", | ||
"testing", | ||
"unit", | ||
"tdd", | ||
"bdd", | ||
"aXe" | ||
], | ||
"main": "axe.js", | ||
"typings": "axe.d.ts", | ||
"scripts": { | ||
"build": "grunt", | ||
"test": "grunt test" | ||
}, | ||
"devDependencies": { | ||
"babel-plugin-transform-object-rest-spread": "^6.6.5", | ||
"babel-polyfill": "^6.7.4", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babelify": "^7.2.0", | ||
"blanket": "~1.2.3", | ||
"chai": "~3.5.0", | ||
"clone": "~1.0.2", | ||
"dot": "~1.0.3", | ||
"grunt": "~0.4.5", | ||
"grunt-babel": "^6.0.0", | ||
"grunt-contrib-clean": "~1.0.0", | ||
"grunt-contrib-concat": "~1.0.0", | ||
"grunt-contrib-connect": "~1.0.1", | ||
"grunt-contrib-copy": "~1.0.0", | ||
"grunt-contrib-jshint": "^1.0.0", | ||
"grunt-contrib-uglify": "~1.0.1", | ||
"grunt-contrib-watch": "~1.0.0", | ||
"grunt-mocha": "~0.4.13", | ||
"grunt-parallel": "^0.4.1", | ||
"grunt-retire": "^1.0.7", | ||
"html-entities": "^1.2.0", | ||
"jquery": "^3.0.0", | ||
"less": "~2.6.1", | ||
"mocha": "~2.4.5", | ||
"phantomjs-prebuilt": "~2.1.7", | ||
"promise": "~7.1.1", | ||
"revalidator": "~0.3.1", | ||
"selenium-webdriver": "~2.53.1" | ||
} | ||
} |