This repository was archived by the owner on Sep 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.33 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.33 KB
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
{
"name": "wordpress-gulp-jade-stylus",
"version": "1.2.1",
"description": "A skeleton app for Wordpress with Jade + Stylus support",
"repository": {
"type": "git",
"url": "https://github.com/o5r/wordpress-gulp-jade-stylus.git"
},
"license": "MIT",
"author": "October tech team (https://twitter.com/october_eu/)",
"bugs": {
"url": "https://github.com/o5r/wordpress-gulp-jade-stylus/issues"
},
"homepage": "https://github.com/o5r/wordpress-gulp-jade-stylus",
"dependencies": {
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-env": "1.7.0",
"del": "5.1.0",
"gulp": "4.0.2",
"gulp-babel": "6.1.2",
"gulp-cached": "1.1.1",
"gulp-clean-css": "4.2.0",
"gulp-concat": "2.6.1",
"gulp-download": "0.0.1",
"gulp-gettext": "0.3.0",
"gulp-if": "3.0.0",
"gulp-imagemin": "6.1.1",
"gulp-jade-php": "1.1.0",
"gulp-order": "1.2.0",
"gulp-plumber": "1.2.1",
"gulp-replace": "1.0.0",
"gulp-remember": "0.3.1",
"gulp-sort": "2.0.0",
"gulp-sourcemaps": "2.6.5",
"gulp-stylus": "2.7.0",
"gulp-uglify": "3.0.2",
"gulp-unzip": "1.1.0",
"gulp-wp-pot": "2.3.5",
"gulp-wrap": "0.15.0",
"jeet": "7.2.0",
"lodash": "4.17.19",
"nib": "1.1.2",
"yargs": "14.2.0"
},
"devDependencies": {
"browser-sync": "2.26.3"
}
}