You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
851 B
40 lines
851 B
{
|
|
"name": "axe-core",
|
|
"version": "4.1.4",
|
|
"contributors": [
|
|
{
|
|
"name": "David Sturley",
|
|
"organization": "Deque Systems, Inc.",
|
|
"url": "http://deque.com/"
|
|
},
|
|
{
|
|
"name": "Dylan Barrell",
|
|
"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": "Marcy Sutton",
|
|
"organization": "Deque Systems, Inc.",
|
|
"url": "http://deque.com/"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dequelabs/axe-core.git"
|
|
},
|
|
"main": "axe.js",
|
|
"typings": "axe.d.ts",
|
|
"license": "MPL-2.0",
|
|
"ignore": ["**/.*", "node_modules", "test", "build", "typings"],
|
|
"devDependencies": {}
|
|
}
|