forked from merlinnot/A11YPortal
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
{
"name": "a11yportal",
"version": "1.0.0",
"description": "A central hub for accessibility information. It features all basics, guidelines, training material and good/bad examples.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"axe": "gulp axe",
"build": "gulp build",
"deploy:production": "firebase deploy --project ing-a11y",
"deploy:staging": "firebase deploy --project ing-a11y-staging",
"start:dev": "gulp start:dev",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/team-a11y/A11YPortal.git"
},
"author": "Erik Kroes",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/team-a11y/A11YPortal/issues"
},
"homepage": "https://github.com/team-a11y/A11YPortal#readme",
"contributors": [
{
"name": "Jake Abma",
"url": "http://github.com/jake-abma"
}
],
"devDependencies": {
"browser-sync": "^2.24.6",
"del": "^3.0.0",
"firebase-tools": "^3.19.3",
"gulp": "^4.0.0",
"gulp-axe-webdriver": "^3.0.0",
"gulp-eslint": "^5.0.0",
"gulp-sass": "^4.0.1"
},
"dependencies": {}
}