-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
44 lines (44 loc) · 945 Bytes
/
bower.json
File metadata and controls
44 lines (44 loc) · 945 Bytes
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
{
"name": "skeleton",
"main": "gulpfile.js",
"description": "Web starter kit",
"homepage": "https://github.com/lnked/skeleton",
"authors": [
"Edik Bulikyan <ed.proff@gmail.com> (https://github.com/lnked)"
],
"private": true,
"license": "MIT",
"keywords": [
"gulp",
"bower"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"timeout": 120000,
"dependencies": {
"jquery": "3.3.1",
"svg4everybody": "2.1.9",
"cookie": "1.2.2",
"a11y.css": "4.5.2",
"object-fit": "0.4.2",
"fancybox": "3.3.5",
"pubsub-js": "1.6.0",
"picturePolyfill": "4.2.1",
"inert-polyfill": "0.2.5",
"history.js": "1.8.0",
"scrollmagic": "2.0.5",
"Template7": "template7#1.3.8"
},
"resolutions": {
"jquery": "^3.3.1",
"a11y.css": "^4.5.2",
"fancybox": "^3.3.5",
"pubsub-js": "^1.6.0",
"inert-polyfill": "^0.2.5"
}
}