This repository has been archived by the owner on Apr 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
41 lines (41 loc) · 1.54 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
39
40
41
{
"name": "angularxo-demo",
"version": "0.0.1",
"private": true,
"dependencies": {
"jquery": "1.10.2",
"angular-bootstrap": "0.6.0",
"angular-route": "1.2.0-rc.2",
"bootstrap": "3.0.0",
"font-awesome": "4.0.3",
"html5shiv": "3.7.0",
"respond": "1.4.2",
"angular-ui-router": "https://github.com/onehippo/ui-router.git#89e7b7238f850ba8121979a693e3f44aab277d4d",
"angular-mocks": "1.2.0-rc.2",
"jasmine-jquery": "1.5.9",
"angular-resource": "1.2.0-rc.2",
"underscore": "1.5.2",
"angular-translate": "1.1.1",
"angular-translate-storage-local": "0.1.6",
"angular-translate-storage-cookie": "0.1.6",
"angular-cookies": "1.0.8",
"angular-translate-loader-url": "0.1.5",
"angular-translate-loader-partial": "0.2.0",
"angular-translate-handler-log": "0.1.6",
"angular-i18n": "1.0.8",
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"ExplorerCanvas": "https://github.com/arv/ExplorerCanvas.git",
"angular": "1.2.0-rc.2",
"js-detect-ie": "https://github.com/ianpgall/js-detect-ie.git",
"fastclick": "~0.6.10",
"chosen": "https://github.com/onehippo/chosen.git#96249101dc2c0f15e8e6223ad18bbebbd30290fd",
"bootstrap-chosen": "https://github.com/alxlit/bootstrap-chosen.git",
"hippo-theme": "http://github.com/onehippo/hippo-theme.git#c8e175df90e84fd6adfdb19359052a065d4a5624",
"hippo-plugins": "http://github.com/onehippo/hippo-plugins.git#424d4759b04c0b5c6b1945a3fd1f0b59e93ba068"
},
"devDependencies": {},
"resolutions": {
"angular": "1.2.0-rc.2"
}
}