forked from wet-boew/wet-boew
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 712 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 712 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
{
"name": "wet-boew",
"version": "4.0.29-development",
"homepage": "http://wet-boew.github.io",
"authors": [
"WET-BOEW Team"
],
"description": "Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)",
"keywords": [
"i18n",
"a11y",
"wet-boew",
"bootstrap"
],
"license": "MIT",
"ignore": [
".git*",
".travis.yml",
".editorconfig",
"node_modules",
"test",
"lib"
],
"dependencies": {
"excanvas": "*",
"flot": "0.8.3",
"openlayers": "https://github.com/wet-boew/openlayers-dist.git#2.13.1",
"SideBySideImproved": "https://github.com/pkoltermann/SideBySideImproved.git"
},
"moduleType": [
"globals"
]
}