forked from ripple/ripplecharts-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
31 lines (31 loc) · 807 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": "ripplecharts",
"version": "0.0.1",
"devDependencies": {},
"dependencies": {
"angular": "1.2.15",
"angular-mocks": "1.2.15",
"bootstrap": "3.0.3",
"angular-bootstrap": "0.11.0",
"angular-ui-utils": "0.0.3",
"angular-ui-router": "~0.0.1",
"moment": "",
"underscore": "",
"store": "",
"angular-touch": "~1.2.6",
"angular-snap": "~1.2.0",
"font-awesome": "~4.0.3",
"d3": "3.5.16",
"modernizr": "~2.7.1",
"jquery": "~2.0.3",
"jscrollpane": "~2.0.14",
"jquery-ui": "~1.11.2",
"smooth-div-scroll": "https://github.com/tkahn/Smooth-Div-Scroll.git",
"ddslick": "https://github.com/prashantchaudhary/ddslick.git",
"json-formatter": "~0.4.2",
"lodash": "4.0.0"
},
"resolutions": {
"angular": "1.2.15"
}
}