forked from IBMa/equal-access
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
17 lines (17 loc) · 900 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "ibm-equal-access-toolkit",
"version": "3.0.0",
"description": "IBM accessibility tools",
"private": false,
"scripts": {
"install": "(cd accessibility-checker-engine && npm install); (cd accessibility-checker && npm install); (cd karma-accessibility-checker && npm install); (cd rule-server && npm install); (cd accessibility-checker-extension && npm install); (cd report-react && npm install)",
"build": "(cd accessibility-checker-engine && npm run build); (cd accessibility-checker && npm run package:npm); (cd karma-accessibility-checker && npm run build); (cd rule-server && npm run build); (cd accessibility-checker-extension && npm run build:prod)"
},
"author": "IBM",
"license": "SEE LICENSE IN LICENSE file",
"dependencies": {},
"repository": {
"type": "git",
"url": "git@github.com/IBMa/equal-access"
}
}