-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.25 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
{
"name": "juiz-social-post-sharer",
"description": "A Social Sharing Buttons plugin for WordPress.",
"version": "2.3.3",
"homepage": "https://github.com/geoffreycrofte/juiz-social-post-sharer/",
"author": "Geoffrey Crofte",
"bugs": {
"url": "https://github.com/geoffreycrofte/juiz-social-post-sharer/issues"
},
"deprecated": false,
"keywords": [
"social",
"network",
"wordpress",
"button",
"plugin",
"extension",
"share",
"twitter",
"facebook"
],
"license": "GPL-2.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/geoffreycrofte/juiz-social-post-sharer.git"
},
"scripts": {
"doc": "del '../nobs-share-buttons-doc/**' '!../nobs-share-buttons-doc/.git' -f && jsdoc inc -c hookdoc.json",
"start": "wp-scripts start",
"build": "wp-scripts build"
},
"devDependencies": {
"@wordpress/scripts": "27.0.0",
"del-cli": "^3.0.1",
"grunt": "~1.5.3",
"grunt-exec": "~0.4.5",
"grunt-wp-i18n": "~1.0.3",
"grunt-potomo": "~2.1.0",
"load-grunt-tasks": "~5.1.0",
"grunt-contrib-compress": "~2.0.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"jsdoc": "^3.6.4",
"wp-hookdoc": "^0.2.0"
},
"main": "build/index.js"
}