-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
32 lines (32 loc) · 896 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
{
"name": "fielddb-lexicon-browser",
"version": "0.0.0",
"dependencies": {
"jquery": "~2.1.4",
"angular": "~1.4.0",
"angular-animate": "~1.4.0",
"angular-cookies": "~1.4.0",
"angular-touch": "~1.4.0",
"angular-sanitize": "~1.4.0",
"angular-route": "~1.4.0",
"bootstrap": "~3.3.5",
"angular-bootstrap": "~0.13.0",
"animate.css": "~3.3.0",
"fielddb": "git://github.com/FieldDB/FieldDB.git",
"fielddb-angular": "~2.45.3",
"ilanguage-cloud-angular": "git://github.com/cesine/iLanguageCloudChrome.git",
"isteven-angular-multiselect": "~4.0.0"
},
"main": "dist/scripts.js",
"devDependencies": {
"angular-mocks": "~1.4.0"
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "~1.4.0",
"angular-animate": "~1.4.0",
"angular-cookies": "~1.4.0",
"angular-touch": "~1.4.0",
"angular-sanitize": "~1.4.0"
}
}