-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 716 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 716 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
{
"name": "grunt-optimized-build-example",
"version": "0.1.0",
"description": "Grunt autoloading tasks in parallel with optimized assets",
"keywords": [
"grunt",
"example",
"parallel",
"optimize",
"qa",
"autoloading"
],
"author": "Sandro Keil <github@sandro-keil.de>",
"repository": {
"type": "git",
"url": "https://github.com/sandrokeil/grunt-optimized-build-example"
},
"bugs": {
"url": "https://github.com/sandrokeil/grunt-optimized-build-example/issues"
},
"license": "MIT",
"private": true,
"dependencies": {
"bootstrap-sass-official": "3.3.5",
"FitVids": "1.1.0",
"jquery": "1.11.3"
},
"resolutions": {
"jquery": "1.11.3"
}
}