-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
43 lines (43 loc) · 1.02 KB
/
bower.json
File metadata and controls
43 lines (43 loc) · 1.02 KB
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
{
"name": "easywork",
"version": "0.1.0",
"homepage": "https://github.com/chenop/easywork",
"authors": [
"chenop <chenop@gmail.com>"
],
"main": "client/css/style.css",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"client/lib/",
"test",
"tests"
],
"dependencies": {
"angular-ui-select": "^0.19.4",
"bootstrap-rtl": "^3.4.0",
"json3": "~3.2.4",
"ng-file-upload": "^12.0.4",
"bootstrap-sass": "~3.3.3",
"angular-localforage": "~1.2.3",
"angular-bootstrap": "~1",
"angularjs-toaster": "~0.4.15",
"angular-animate": "~1.4.7",
"angular": "^1.5.8",
"angular-cookies": "~1.4.7",
"angular-messages": "~1.4.7",
"angular-ui-router": "~0.2.15",
"bootstrap": "~3.3.5",
"jquery": "~3",
"font-awesome": "fontawesome#^4.6.3",
"angular-file-saver": "^1.1.1",
"feedback-directive": "*",
"angular-ui-bootstrap": "^2.2.0",
"angular-local-storage": "^0.5.2"
},
"resolutions": {
"angular": ">=1"
}
}