-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 1.02 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
{
"name": "praxus-style-guide",
"description": "A Brand/Web Style Guide for Praxus",
"version": "0.1.0",
"authors": [
"Mathew Kleppin <[email protected]>"
],
"license": "MIT",
"dependencies": {
"jquery": "~2.1.4",
"materialize": "~0.97.0",
"sweetalert": "~1.1.3",
"vivus": "~0.2.3",
"moment": "~2.10.6",
"svg-morpheus": "~0.1.8",
"angular": "~1.4.5",
"angular-animate": "~1.4.5",
"angular-resource": "~1.4.5",
"angular-touch": "~1.4.5",
"angular-sanitize": "~1.4.8",
"angular-localforage": "~1.2.3",
"angular-material-icons": "~0.6.0",
"angular-materialize": "*",
"angular-moment": "~0.10.3",
"angular-permission": "~1.1.0",
"angular-redactor": "~1.1.5",
"angular-ui-router": "~0.2.15",
"angular-ui-router-anim-in-out": "~1.0.2",
"ng-readingtime": "*",
"ng-file-upload": "~9.1.1",
"logos-distort": "~0.3.8",
"angular-live-set": "*",
"event-source-polyfill": "~0.0.6"
},
"resolutions": {
"angular": "1.4.9"
}
}