-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 1006 Bytes
/
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
{
"name": "simpl-a11y-monit",
"version": "1.0.0",
"description": "simplA11yMonit is a tool supporting the simplified accessibility monitoring method in Luxembourg.",
"private": true,
"author": "alain.vagner@sip.etat.lu",
"license": "MIT",
"dependencies": {
"@axe-core/webdriverjs": "^4.2.2",
"cheerio": "^1.0.0-rc.10",
"dotenv": "^8.2.0",
"ejs": "^3.1.2",
"full-icu": "^1.3.1",
"html-entities": "^2.3.2",
"html-validator": "^5.1.15",
"i18n": "^0.13.2",
"markdown-it": "^10.0.0",
"markdown-it-replace-link": "^1.0.1",
"node-fetch": "^2.6.1",
"selenium-webdriver": "^4.0.0-beta.4"
},
"main": "test/accessTests.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/accessibility-luxembourg/simplA11yMonit.git"
},
"bugs": {
"url": "https://github.com/accessibility-luxembourg/simplA11yMonit/issues"
},
"homepage": "https://github.com/accessibility-luxembourg/simplA11yMonit#readme"
}