-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 836 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
{
"name": "ultimate-fields-showscase-theme",
"version": "2.0.0",
"description": "A WordPress theme, which showcases all features of Ultimate Fields.",
"scripts": {
"build": "gulp",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RadoslavGeorgiev/ultimate-fields-showcase-theme.git"
},
"keywords": [
"ultimate-fields",
"wordpress",
"theme",
"custom-fields"
],
"author": "Radoslav Georgiev",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/RadoslavGeorgiev/ultimate-fields-showcase-theme/issues"
},
"homepage": "https://github.com/RadoslavGeorgiev/ultimate-fields-showcase-theme#readme",
"dependencies": {
"gulp": "^3.9.1",
"gulp-notify": "^3.2.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4"
}
}