forked from nokiadatagathering/MDGServer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
28 lines (28 loc) · 835 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
{
"name": "ndg",
"dependencies": {
"angular": "1.2.*",
"angular-ui-router": "0.2.5",
"angular-base64": "2.0.1",
"angular-sanitize": "1.2.*",
"angular-dragdrop": "1.0.6",
"angular-dropdowns": "https://github.com/annavernidub/angular-dropdowns.git#master",
"angular-cache-buster": "0.3.1",
"angular-ui-sortable": "0.12.6",
"angular-translate": "~2.2.0",
"angular-translate-storage-local": "~2.2.0",
"angular-translate-loader-static-files": "~2.2.0",
"angular-translate-interpolation-messageformat": "~2.1.0",
"angular-cookies": "~1.2.19",
"requirejs": "2.1.*",
"jquery": "2.0.3",
"jquery-ui": "1.10.3",
"underscore": "1.5.*",
"less": "1.6.2",
"d3": "3.4.3",
"d3-tip": "0.6.4",
"uuid-js": "~0.7.5",
"almond": "~0.2.9",
"async": "0.9.0"
}
}