-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
48 lines (48 loc) · 1.21 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
47
48
{
"author": "The WordPress Community",
"bugs": {
"url": "https://github.com/Kenshino/HelpHub/issues"
},
"description": "The WordPress user documentation portal.",
"devDependencies": {
"@wordpress/browserslist-config": "~2.2.2",
"autoprefixer": "~9.3.1",
"grunt": "~1.0.0",
"grunt-check-dependencies": "~1.0.0",
"grunt-checktextdomain": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~2.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-jscs": "~3.0.0",
"grunt-jsvalidate": "~0.2.2",
"grunt-postcss": "~0.9.0",
"grunt-sass": "~3.0.2",
"grunt-stylelint": "~0.10.1",
"matchdep": "~2.0.0",
"node-sass": "~4.9.4",
"select2": "~4.0.6-rc.1",
"stylelint": "~9.7.0",
"stylelint-config-wordpress": "~13.1.0",
"stylelint-scss": "~3.3.2"
},
"engines": {
"node": ">=8"
},
"keywords": [
"community",
"helphub",
"support",
"wordpress"
],
"homepage": "https://github.com/Kenshino/HelpHub",
"license": "GPL-2.0+",
"name": "HelpHub",
"repository": {
"type": "git",
"url": "https://github.com/Kenshino/HelpHub"
},
"version": "0.1.0",
"browserslist": [
"extends @wordpress/browserslist-config"
]
}