-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.59 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
62
63
64
65
66
67
{
"name": "wp-seed-timber",
"version": "0.2.6",
"description": "Timber Base theme for wordpress",
"main": "index.js",
"readme": "Gulp/Sass/Bower/Timber/Twig/Bootstrap base theme. See the gulpfile.js for more information",
"title": "Seed Base Theme - Gulp Version",
"scripts": {
"start": "node index.js"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.49",
"@babel/preset-env": "^7.0.0-beta.49",
"gulp-babel": "^8.0.0-beta.2",
"gulp-postcss": "^7.0.1",
"postcss-flexibility": "^2.0.0",
"del": "*",
"gulp": "*",
"gulp-asset-hash": "*",
"gulp-autoprefixer": "*",
"gulp-bless": "*",
"gulp-bower": "*",
"gulp-buffer": "*",
"gulp-cache": "*",
"gulp-changed": "*",
"gulp-clean-css": "*",
"gulp-concat": "*",
"gulp-css-selector-limit": "*",
"gulp-hasher": "*",
"gulp-imagemin": "*",
"gulp-images": "*",
"gulp-jsdoc3": "*",
"gulp-jshint": "*",
"gulp-load-plugins": "*",
"gulp-load-tasks": "*",
"gulp-modernizr": "*",
"gulp-notify": "*",
"gulp-plumber": "*",
"gulp-rename": "*",
"gulp-rev": "*",
"gulp-rimraf": "*",
"gulp-sass": "*",
"gulp-strip-debug": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"gulp-watch": "^5.0.0",
"jshint": "*",
"jslint": "*",
"run-sequence": "*",
"stream-combiner2": "*"
},
"engines": {},
"repository": {
"type": "git",
"url": "https://github.com/asha23/wp-seed-timber"
},
"keywords": [
"node",
"wordpress",
"mysql"
],
"author": "Ash Whiting",
"contributors": [
""
],
"license": "MIT"
}