-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 937 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
{
"name": "dashboard-changelog",
"version": "1.0.0",
"description": "Adds a GitHub release widget to your WordPress dashboard for a public GitHub repository.",
"main": "plugin.php",
"scripts": {
"build": "gulp build",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jazzsequence/dashboard-changelog.git"
},
"keywords": [
"WordPress",
"GitHub",
"changelog",
"dashboard",
"widget"
],
"author": "Chris Reynolds <me@chrisreynolds.io>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/jazzsequence/dashboard-changelog/issues"
},
"homepage": "https://github.com/jazzsequence/dashboard-changelog#readme",
"devDependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-csso": "^4.0.1",
"gulp-sass": "^5.1",
"gulp-terser": "^2.1",
"node-sass": "^7.0"
}
}