-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.15 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
49
50
51
52
{
"name": "dyna",
"version": "0.0.2",
"description": "WordPress Theme framework",
"main": "index.js",
"engines": {
"npm": ">=2.1.8"
},
"repository": {
"type": "git",
"url": "https://github.com/dyna-press/dyna.git"
},
"keywords": [
"wordpress",
"theme",
"framework",
"underscores"
],
"author": "Alf Drollinger",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/dyna-press/dyna/issues"
},
"homepage": "https://dyna.press",
"dependencies": {
"foundation-sites": "^6.5.0-rc.2",
"gulp": "4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.2",
"gulp-clone": "2.0.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-ignore": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-merge": "^0.1.1",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-rimraf": "^0.2.2",
"gulp-sass": "4.0.1",
"gulp-sequence": "1.0.0",
"gulp-sourcemaps": "2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-watch": "5.0.0",
"npm": "^6.4.0"
},
"eslintConfig": {
"globals": {
"WordPress": true
}
}
}