-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·36 lines (36 loc) · 928 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
35
36
{
"name": "StanleyWP",
"version": "1.0.0",
"description": "Bootstrap 4 WordPress Theme",
"main": "",
"repository": {
"type": "git",
"url": "git+https://github.com/tsktech/stanleywp.git"
},
"author": "Brad Williams",
"license": "ISC",
"bugs": {
"url": "https://github.com/tsktech/stanleywp/issues"
},
"homepage": "https://github.com/tsktech/stanleywp#readme",
"devDependencies": {
"bootstrap": "^4.3.1",
"browser-sync": "^2.26.3",
"critical": "^1.3.4",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-include": "^2.4.0",
"gulp-jshint": "^2.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"gulp-zip": "^4.2.0",
"jquery": "^3.3.1",
"jshint": "^2.10.2",
"jshint-stylish": "^2.2.1",
"popper.js": "^1.15.0"
}
}