-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.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": "grafterizer",
"version": "0.3.0",
"dependencies": {
"angular": "1.4.6",
"angular-animate": "1.4.6",
"angular-cookies": "1.4.6",
"angular-resource": "1.4.6",
"angular-route": "1.4.6",
"angular-sanitize": "1.4.6",
"angular-touch": "1.4.6",
"ng-file-upload": "~8.0.1",
"angular-ui-grid": "~3.0.0-rc.21",
"angular-material": "~0.11.1",
"components-font-awesome": "~4.4.0",
"lodash": "~3.10.0",
"angular-loading-bar": "~0.8.0",
"angular-ui-router": "~0.2.15",
"angular-breadcrumb": "~0.4.0",
"angular-moment": "~0.10.3",
"ng-sortable": "#4dfa73a129a936c354431759f5eba2530830e67f",
"angular-ui-codemirror": "~0.3.0",
"jsedn": "shaunxcode/jsedn",
"angular-messages": "1.4.6",
"angular-recursion": "~1.0.5",
"v-accordion": "~1.3.1",
"raven-js": "~1.1.19",
"oi.select": "~0.2.18"
},
"devDependencies": {
"angular-mocks": "1.4.6"
},
"appPath": "app",
"moduleName": "grafterizerApp",
"resolutions": {
"angular": "1.4.6"
}
}