-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 KB
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
{
"name": "baat",
"version": "1.4.3",
"description": "Bookmarklet for running axe-core tests directly in the Browser",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build.userscript": "gulp build.userscript",
"build": "gulp",
"serve": "gulp serve"
},
"repository": {
"type": "git",
"url": "git@github.com:mindscreen/baat.git"
},
"keywords": [
"axe-core",
"accessibility",
"userscript"
],
"author": "mindscreen GmbH",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.5",
"dotenv": "^16.0.3",
"gulp": "^4.0.2",
"gulp-footer": "^2.1.0",
"gulp-header": "^2.0.9",
"gulp-html-i18n": "^0.16.0",
"gulp-replace": "^1.1.3",
"gulp-rollup-2": "^1.3.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"rollup-plugin-external-globals": "^0.6.1",
"rollup-plugin-minify-html-literals": "^1.2.6",
"typescript": "^4.4.3"
},
"dependencies": {
"axe-core": "^4.10.3",
"browser-sync": "^2.27.10"
}
}