forked from dequelabs/axe-core
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.37 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
54
55
56
57
{
"name": "axe-core",
"description": "Accessibility engine for automated Web UI testing",
"version": "1.1.1",
"license": "MPL-2.0",
"author": {
"name": "David Sturley",
"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": "index.js",
"dependencies": {},
"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.1.7",
"chai": "~3.0.0",
"clone": "~1.0.2",
"dot": "~1.0.3",
"grunt": "~0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha": "~0.4.13",
"html-entities": "^1.1.2",
"less": "~2.5.1",
"mocha": "~2.2.5",
"phantomjs": "^1.9.17",
"promise": "~7.0.3",
"revalidator": "~0.3.1",
"selenium-webdriver": "~2.46.1"
}
}