-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
38 lines (38 loc) · 1007 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
34
35
36
37
38
{
"name": "honeydew",
"version": "0.0.0",
"dependencies": {
"font-awesome": "~4.0.3",
"angular": "~1.3.7",
"angular-bootstrap": "~0.10.0",
"angular-material": "~0.10.0",
"angular-messages": "ng-messages#*",
"angular-pusher": "~0.0.7",
"angular-resource": "1.2.6",
"angular-route": "1.2.6",
"angular-sanitize": "1.2.6",
"angular-tree-control": "~0.2.12",
"angular-ui-codemirror": "~0.3.0",
"angular-ui-router": "master",
"angular-ui-select": "~0.9.5",
"codemirror": "~5.1.0",
"es5-shim": "~2.1.0",
"jquery": "~1.10.2",
"jqueryui": "~1.10.4",
"json3": "~3.2.6",
"ng-grid": "~2.0.14",
"ngstorage": "~0.3.7",
"sass-bootstrap": "~3.0.2",
"select2-bootstrap-css": "~1.4.4",
"traceur-runtime": "~0.0.89"
},
"devDependencies": {
"angular-mocks": "~1.3.7",
"angular-scenario": "~1.3.7"
},
"resolutions": {
"angular": "1.4.1",
"codemirror": "~5.1.0",
"angular-ui-codemirror": "~0.3.0"
}
}