-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 925 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
{
"name": "mawels",
"version": "0.1.0",
"dependencies": {
"jquery": "1.10.2",
"angular": "1.2.2",
"angular-route": "1.2.2",
"angular-resource": "1.2.2",
"angular-cookies": "1.2.2",
"angular-sanitize": "1.2.2",
"angular-ui": "",
"angular-ui-router": "0.2.7",
"angular-bootstrap": "~0.10.0",
"html5shiv": "~3.6.2",
"requirejs": "~2.1.9",
"highcharts": "4.0.4",
"respond": "1.4.1",
"angular-loading-bar": "~0.2.0",
"angular-base64": "~2.0.1",
"spinjs": "~1.3.3",
"angular-ui-select2": "~0.0.5",
"select2": "~3.4.5",
"angular-ui-codemirror": "~0.1.1",
"ngInfiniteScroll": "~1.1.2",
"angular-bindonce": "0.3.1",
"simple-form": "*",
"angular-translate": "~2.10.0",
"angular-dynamic-locale": "~0.1.30",
"angular-i18n": "~1.5.0"
},
"devDependencies": {
"angular-bindonce": "~0.3.1",
"zeroclipboard": "~1.3.3"
}
}