-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
46 lines (46 loc) · 1.05 KB
/
bower.json
File metadata and controls
46 lines (46 loc) · 1.05 KB
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
{
"name": "gulp-devstack",
"description": "Gulp DevStack for develop.",
"main": "gulpfile.babel.js",
"authors": [
"Bohdan Partyk <bohdan@partyk.cz>"
],
"license": "ISC",
"keywords": [
"Gulp",
"4",
"Sass",
"Less",
"Webpack",
"Babel",
"JavaScript",
"DevStack",
"FrontEnd"
],
"homepage": "https://github.com/partyk/gulp-devstack",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jqueryui": "1.11.*"
},
"install": {
"base": "./temp/gulp/bower",
"path": {
"js": "{name}",
"css": "{name}",
"eot": "{name}/fonts", "ttf": "{name}/fonts", "woff": "{name}/fonts", "woff2": "{name}/fonts", "otf": "{name}/fonts",
"jpg": "{name}/images", "png": "{name}/images", "gif": "{name}/images", "jpeg": "{name}/images"
},
"sources": {
"jqueryui": [
"bower_components/jqueryui/themes/smoothness/jquery-ui.min.css",
"bower_components/jqueryui/themes/smoothness/images/*.*"
]
}
}
}