forked from swiss/styleguide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
31 lines (31 loc) · 964 Bytes
/
bower.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
{
"name": "swiss-styleguide",
"version": "2.5.4",
"homepage": "http://swiss.github.io/styleguide",
"authors": "Antistatique.net",
"description": "Swiss Admin Styleguide",
"license": "MIT",
"main": "styleguide/index.html",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {},
"devDependencies": {
"jquery": "1.10.2",
"bootstrap-sass-official": "~3.3.3",
"bootstrapaccessibilityplugin": "https://github.com/antistatique/bootstrap-accessibility-plugin.git#dev",
"jquery.tablesorter": "~2.18.4",
"yamm3": "1.0.*",
"chosen_v1.1.0": "https://github.com/harvesthq/chosen/releases/download/v1.1.0/chosen_v1.1.0.zip",
"typeahead.js": "~0.10.2",
"jquery.socialshareprivacy": "~1.4.5",
"jquery-drilldown": "~0.1.4",
"respond": "~1.4.2",
"html5shiv": "~3.7.2",
"placeholdr": "*",
"blueimp-bootstrap-image-gallery": "~3.1.1",
"blueimp-gallery": "~2.15.2"
}
}