-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
107 lines (107 loc) · 2.55 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "Tofino",
"private": true,
"version": "1.9.0",
"main": "gulpfile.js",
"description": "A WordPress starter theme for jumpstarting custom theme development.",
"keywords": [
"WordPress",
"theme",
"tofino"
],
"scripts": {
"build": "gulp --production"
},
"author": "Daniel Hewes <[email protected]>",
"contributors": [
{
"name": "Jake Gully",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/creativedotdesign/tofino.git"
},
"bugs": {
"url": "https://github.com/creativedotdesign/tofino/issues"
},
"homepage": "http://tofino.creativedotdesign.com",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"devDependencies": {
"access-sniff": "^3.0.1",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browser-sync": "~2.18.13",
"browserify": "^14.4.0",
"browserify-shim": "^3.8.14",
"critical": "^0.9.0",
"del": "~3.0.0",
"gulp": "~3.9.1",
"gulp-autoprefixer": "~4.0.0",
"gulp-concat": "~2.6.1",
"gulp-cssnano": "~2.1.2",
"gulp-eslint": "^4.0.0",
"gulp-help": "~1.6.1",
"gulp-if": "~2.0.2",
"gulp-imagemin": "~3.3.0",
"gulp-newer": "^1.3.0",
"gulp-notify": "~3.0.0",
"gulp-phpcs": "~2.0.0",
"gulp-phpmd-plugin": "^1.1.4",
"gulp-plumber": "~1.1.0",
"gulp-sass": "~3.1.0",
"gulp-sourcemaps": "~2.6.0",
"gulp-stylelint": "^4.0.0",
"gulp-svg-sprite": "~1.3.6",
"gulp-svgmin": "~1.2.3",
"gulp-uglify": "~3.0.0",
"gulp-util": "~3.0.8",
"imagemin-pngquant": "~5.0.0",
"merge-stream": "~1.0.1",
"ngrok": "^2.2.6",
"prettyjson": "^1.2.1",
"psi": "^3.0.0",
"stylelint": "^8.0.0",
"stylelint-config-standard": "^17.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"w3cjs": "^0.4.0"
},
"dependencies": {
"bootstrap": "v4.1.3",
"fg-loadcss": "^1.3.1",
"har-validator": "^5.1.3",
"headroom.js": "^0.9.4",
"jquery": "3.3.1",
"js-cookie": "^2.1.3",
"popper.js": "^1.12.0",
"stickyfill-web-module": "^1.1.11",
"svg4everybody": "^2.1.4",
"tether": "^1.4.0",
"webfontloader": "^1.6.27"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "$",
"./assets/scripts/ajax-form.js": {
"exports": "ajaxForm"
},
"Stickyfill": {
"depends": [
"jquery"
],
"exports": "$:Stickyfill"
}
}
}