-
Notifications
You must be signed in to change notification settings - Fork 10
/
bower.json
39 lines (39 loc) · 951 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
32
33
34
35
36
37
38
39
{
"name": "time-controls",
"version": "0.0.1",
"main": [
"lib/core/time/controls.js"
],
"description": "time slider and timeline controls for maps",
"homepage": "",
"repository": {
"type": "git",
"url": "git://github.com/mapstory/story-tools.git"
},
"ignore": [
"node_modules",
"bower_components",
"test",
".npmignore",
".gitignore"
],
"dependencies": {
"jquery": ">=1.8.0",
"nouislider": "9.2.0",
"angular": "1.6.3",
"angular-bootstrap": "0.14.3",
"angular-bootstrap-colorpicker": "~3.0.8",
"jsonix": "highsource/jsonix#e285e82fb15fa3d62665a35eb728022936df1f4b",
"ogc-schemas": "highsource/ogc-schemas#master",
"w3c-schemas": "highsource/w3c-schemas#master",
"angular-sortable-view" : "0.0.13",
"materialize" : "0.98.0"
},
"devDependencies": {
"bootstrap": "3.0.0",
"angular-mocks": "1.6.3"
},
"resolutions": {
"angular": "1.6.3"
}
}