-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
46 lines (46 loc) · 1.2 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
{
"name": "acms",
"version": "0.1.0",
"description": "Front-end build tools for Acquia CMS.",
"homepage": "https://github.com/acquia/acquia_cms",
"author": {
"name": "Michael Sherron",
"email": "[email protected]"
},
"contributors": [
{
"name": "Acquia Engineering",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "GPLv2",
"url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html"
}
],
"bugs": {
"web": "https://github.com/acquia/acquia_cms/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/acquia/acquia_cms.git"
},
"engines": {
"node": "13.x"
},
"scripts": {
"postinstall": "find node_modules/ -name '*.info' -type f -delete",
"install-tools": "npm ci",
"uninstall-tools": "rm -r node_modules;",
"pa11y-starter": "pa11y-ci --config tests/.pa11yci.js",
"pa11y-starter-ide": "pa11y-ci --config tests/.pa11yci.js http://127.0.0.1:8000/",
"backstop-starter": "backstop test --config=tests/backstop/backstop-settings.js"
},
"dependencies": {
"backstopjs": "^5.0.6",
"minimist": "^1.2.5",
"pa11y-ci": "^2.4.0",
"scripts": "^0.1.0"
}
}