-
Notifications
You must be signed in to change notification settings - Fork 138
/
package.json
34 lines (34 loc) · 914 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
{
"name": "Merlin-WP",
"slug": "merlin-wp",
"textdomain": "merlin-wp",
"repository": "https://github.com/richtabor/MerlinWP",
"version": "1.0.0",
"theme_uri": "https://merlinwp.com",
"author": "Rich Tabor <[email protected]>",
"author_uri": "https://merlinwp.com",
"author_shop": "Merlin WP",
"license": "GPLv3",
"devDependencies": {
"browser-sync": "^2.23.6",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-cache": "^1.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.9.2",
"gulp-composer": "^0.4.5",
"gulp-copy": "^1.1.0",
"gulp-csscomb": "^3.0.8",
"gulp-filter": "^5.1.0",
"gulp-line-ending-corrector": "^1.0.2",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace-task": "^0.11.0",
"gulp-run-sequence": "^0.3.2",
"gulp-sass": "^3.1.0",
"gulp-sort": "^2.0.0",
"gulp-uglify": "^3.0.0",
"gulp-wp-pot": "^2.0.7",
"gulp-zip": "^4.1.0"
}
}