-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
41 lines (41 loc) · 942 Bytes
/
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
{
"name": "quickref",
"version": "3.5.5",
"title": "wai-wcag-quickref",
"description": "",
"homepage": "https://github.com/w3c/wai-wcag-quickref",
"author": {
"name": "Eric Eggert",
"url": "http://yatil.net"
},
"repository": {
"type": "git",
"url": "git://github.com/w3c/wai-wcag-quickref.git"
},
"bugs": {
"url": "https://github.com/w3c/wai-wcag-quickref/issues"
},
"scripts": {
"js": "gulp js",
"scss": "gulp scss",
"watch": "gulp watch"
},
"engines": {},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-jshint": "^2.1.0",
"gulp-plumber": "^1.2.1",
"gulp-pxtorem": "^1.0.1",
"gulp-sass": "^6.0.0",
"gulp-sourcemaps": "^2.0.0",
"gulp-uglify": "^3.0.0",
"jshint": "^2.10.2",
"sass": "^1.83.4"
},
"dependencies": {
"netlify-cli": "^2.59.1"
}
}