forked from ROGUE-JCTD/MapLoom
-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
40 lines (40 loc) · 1.17 KB
/
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
32
33
34
35
36
37
38
39
40
{
"name": "MapLoom",
"version": "1.2.0",
"devDependencies": {},
"ignore": [
"node_modules"
],
"dependencies": {
"bootstrap": "3.0.0",
"angular": "1.2.21",
"angular-mocks": "1.2.21",
"angular-sanitize": "1.2.21",
"angular-bootstrap": "0.11.2",
"angular-ui-router": "0.2.0",
"jquery": "~2.0.3",
"ol3": "./bower-local/ol3",
"angular-translate": "2.2.0",
"angular-cookies": "1.2.21",
"jquery-sortable": "~0.9.11",
"blueimp-bootstrap-image-gallery": "3.0.1",
"moment": "2.3.1",
"bootstrap3-datetimepicker": "~2.1.11",
"bootstrap-sortable": "*",
"x2js": "*",
"angular-xeditable": "0.1.8",
"d3": "3.4.11",
"proj4": "2.3.3",
"nouislider": "7.0.9",
"jsonix": "highsource/jsonix#e285e82fb15fa3d62665a35eb728022936df1f4b",
"ogc-schemas": "highsource/ogc-schemas#master",
"w3c-schemas": "highsource/w3c-schemas#master",
"story-tools": "https://github.com/MapStory/story-tools.git#wip/mapstory",
"vis": "4.9.0",
"font-awesome": "fontawesome#^4.6.0",
"angular-bootstrap-colorpicker": "~3.0.8",
"toastr": "^2.1.2",
"hopscotch": "^0.2.5",
"angular-ui-tree": "^2.15.0"
}
}