forked from hightail/wilson-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 798 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
{
"name": "wilson-docs",
"version": "1.0.1",
"dependencies": {
"angular": "1.3.10",
"angular-route": "1.3.10",
"angular-resource": "1.3.10",
"angular-sanitize": "1.3.10",
"angular-animate": "1.3.10",
"angular-local-storage": "0.1.0",
"json3": "3.2.4",
"jquery": "1.10.2",
"jquery.cookie": "1.4.0",
"es5-shim": "2.0.8",
"lodash": "2.4.1",
"underscore.string": "2.3.3",
"xregexp": "2.0.0",
"i18next": "1.7.3",
"javascript-state-machine": "2.2.0",
"async": "0.2.5",
"momentjs": "2.4.0",
"js-signals": "1.0.0",
"isInViewport": "2.2.0",
"moment-duration-format": "1.3.0"
},
"devDependencies": {
"angular-mocks": "1.3.10",
"angular-scenario": "1.3.10"
},
"resolutions": {
"angular": "1.3.10"
}
}