forked from Esri/storymap-cascade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 1.47 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": "cascade-storytelling-template-js-dev",
"version": "1.10.0",
"homepage": "",
"authors": [
"Gregory L'Azou <[email protected]>"
],
"license": "ApacheV2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"react": "~15.3.1",
"react-redux": "https://cdnjs.cloudflare.com/ajax/libs/react-redux/4.4.1/react-redux.js",
"redux": "https://cdnjs.cloudflare.com/ajax/libs/redux/3.3.1/redux.min.js",
"calcite-bootstrap": "https://github.com/Esri/calcite-bootstrap/releases/download/v0.3.2/calcite-bootstrap.zip",
"jquery": "~2.2.4",
"progress.js": "https://github.com/usablica/progress.js.git",
"youtube-api": "https://www.youtube.com/iframe_api",
"fastclick": "~1.0.6",
"medium-editor": "^5.23.3",
"font-awesome": "~4.6.3",
"Sortable": "angular-ng-sortablejs#~1.4.2",
"react-bootstrap": "~0.30.3",
"loader": "https://github.com/fengyuanchen/loader/archive/eb81471c8ac608fef799e3b90b8c2ead6ff62a82.zip",
"resample-hermite": "https://github.com/viliusle/Hermite-resize/archive/ede593b94d8fc9a33141229dc72fd334c7563baf.zip",
"babel-polyfill": "~0.0.1",
"jquery-mousewheel": "~3.1.13",
"spectrum": "https://github.com/bgrins/spectrum/archive/74ccb0e48f43a069b45c8b6cdf981a59ded3e271.zip",
"progressbar.js": "~1.0.1",
"seiyria-bootstrap-slider": "~9.2.0",
"color-thief": "~2.0.1",
"clipboard": "~1.5.15",
"vimeo-player-js": "^2.6.1"
}
}