-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.49 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
53
54
55
56
57
58
59
60
61
{
"name": "torro-devhub",
"version": "1.0.0",
"description": "Torro DevHub theme for WordPress.",
"keywords": [
"wordpress",
"theme"
],
"author": {
"name": "Felix Arntz",
"email": "[email protected]",
"url": "https://leaves-and-love.net"
},
"contributors": [
{
"name": "Felix Arntz",
"email": "[email protected]",
"url": "https://leaves-and-love.net"
}
],
"homepage": "http://developer.torro-forms.com",
"repository": {
"type": "git",
"url": "git://github.com/awsmug/torro-devhub.git"
},
"bugs": {
"url": "https://github.com/awsmug/torro-devhub/issues"
},
"license": "GPL-2.0-or-later",
"scripts": {
"gulp": "gulp",
"build": "NODE_ENV=production gulp build",
"lint": "gulp lint"
},
"engines": {
"node": ">= 6.9.4"
},
"devDependencies": {
"babel-core": "~6.26.0",
"babel-preset-env": "~1.6.1",
"gulp": "~3.9.1",
"gulp-autoprefixer": "~4.0.0",
"gulp-babel": "~7.0.0",
"gulp-csscomb": "~3.0.8",
"gulp-eslint": "~4.0.0",
"gulp-imagemin": "~3.4.0",
"gulp-jscs": "~4.0.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.6.1",
"gulp-rtlcss": "~1.0.0",
"gulp-sass": "~3.1.0",
"gulp-sort": "~2.0.0",
"gulp-stylelint": "~5.0.0",
"gulp-uglify": "~3.0.0",
"gulp-webpack": "~1.5.0",
"gulp-wp-pot": "~2.0.6",
"imagemin-mozjpeg": "~6.0.0",
"stylelint-config-standard": "~17.0.0",
"webpack-stream": "~4.0.0"
}
}