-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 924 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 924 Bytes
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
{
"name": "recommendwp-widgets",
"version": "1.0.0",
"description": "A collection of widgets for WordPress built using the SiteOrigin Widgets plugin API.",
"repository": {
"type": "git",
"url": "https://github.com/RecommendWP/recommendwp-widgets"
},
"keywords": [
"so-widgets-bundle",
"recommendwp",
"recommendwp-widgets",
"widgets"
],
"author": "RecommendWP",
"license": "GPL-3.0",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cache": "^0.4.6",
"gulp-changed": "^3.1.0",
"gulp-clean-css": "^3.9.0",
"gulp-combine-mq": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^2.3.0",
"gulp-flatmap": "^1.0.0",
"gulp-jsbeautifier": "^2.1.1",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"vinyl-paths": "^2.1.0"
}
}