-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
45 lines (45 loc) · 1.23 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
42
43
44
45
{
"name": "editor-components",
"version": "0.0.0",
"dependencies": {
"angular": "~1.4.0",
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"jquery": "~1.10.2",
"sass-bootstrap": "~3.0.0",
"angular-resource": "~1.4.0",
"angular-cookies": "~1.4.0",
"angular-sanitize": "~1.4.0",
"underscore": "~1.5.2",
"jqueryui": "~1.10.3",
"angular-ui-ace": "bower",
"angular-ui-bootstrap": "~0.11.0",
"ng-file-upload": "~1.2.4",
"ace-builds": "~1.1",
"angular-animate": "~1.4.0",
"ionicons": "~1.4.1",
"angular-ui-router": "~0.2.10",
"file-saver": "https://github.com/eligrey/FileSaver.js.git",
"angular-http-auth": "*",
"bootstrap-material-design": "~0.1.1",
"angular-snap": "~1.6.0",
"angular-material": "~0.8.3",
"hammerjs": "~2.0.4",
"angular-aria": "~1.3.0",
"At.js": "~1.1.0",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5",
"angular-select-text": "~1.1.1",
"intro.js": "^2.3.0",
"angular-intro.js": "^2.1.1"
},
"devDependencies": {
"angular-mocks": "~1.4.0",
"angular-scenario": "~1.4.0"
},
"resolutions": {
"angular": "~1.4.x",
"jquery": "~2.1.1",
"angular-animate": "1.4.x",
"angular-aria": "1.4.x"
}
}