forked from department-of-veterans-affairs/va.gov-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 986 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 986 Bytes
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
{
"name": "vagov",
"version": "1.0.0",
"description": "This is an Aquia Lightning based implementation of Drupal 8 that uses [Lando](https://docs.devwithlando.io/) for local container management.",
"main": "index.js",
"scripts": {
"nightwatch": "./node_modules/.bin/nightwatch --tag accessibility"
},
"repository": {
"type": "git",
"url": "git+https://github.com/department-of-veterans-affairs/va.gov-cms.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/department-of-veterans-affairs/va.gov-cms/issues"
},
"homepage": "https://github.com/department-of-veterans-affairs/va.gov-cms#readme",
"devDependencies": {
"chromedriver": "^2.46.0",
"eslint-config-wikimedia": "^0.10.1",
"grunt": "^1.0.3",
"grunt-eslint": "^21.0.0",
"grunt-jsonlint": "^1.1.0",
"grunt-nightwatch": "^0.5.4",
"load-grunt-tasks": "^4.0.0",
"nightwatch": "^1.0.18",
"nightwatch-accessibility": "^1.7.1"
}
}