-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 868 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
{
"name": "maxdmyers-seedling",
"description": "A WordPress starter theme based on the lovely Timber library and Bootstrap 4.",
"version": "1.1.11",
"homepage": "https://bultemagroup.com",
"author": "Max Myers <max@bultemagroup.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/maxdmyers/seedling.git"
},
"engines": {
"node": ">= 0.10.0 <=11.14.0"
},
"devDependencies": {
"bootstrap": "^4.3.1",
"browser-sync": "^2.26.5",
"gulp": "^4.0.1",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-rm": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"popper.js": "^1.15.0"
},
"dependencies": {
"jquery": "^3.4.0"
}
}