forked from haipin/project-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
70 lines (62 loc) · 1.77 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "project-web",
"description": "www.313.co.kr projectWeb",
"version": "3.1.3",
"homepage": "https://www.313.co.kr",
"license": "MIT",
"private": true,
"authors": [
"Dongmin.Lee"
],
"description": "www.313.co.kr FullStackDeveloper Standard Project",
"keywords": [
"bootstrap",
"angular"
],
"dependencies": {
"angular": "1.4.x",
"angular-route": "1.4.x",
"angular-loader": "1.4.x",
"angular-mocks": "~1.4.x",
"angular-resource": "1.4.x",
"angular-cookies": "1.4.x",
"angular-sanitize": "1.4.x",
"angular-animate": "1.4.x",
"angular-touch": "1.4.x",
"angular-route": "1.4.x",
"angular-bootstrap": "~1.1.2",
"angular-loading-bar": "~0.7.0",
"angular-ui-router": "~0.2.17",
"angular-toggle-switch": "~1.2.1",
"angular-chart.js": "~0.5.2",
"angular-permission": "^2.0.1",
"angular-filter": "^0.5.8",
"angular-block-ui": "^0.2.2",
"angular-local-storage": "^0.2.3",
"angular-toastr": "^1.7.0",
"angular-translate": "^2.9.1",
"angular-translate-storage-local": "^2.9.1",
"angular-translate-loader-static-files": "^2.9.1",
"html5-boilerplate": "~5.2.0",
"requirejs-text": "2.0.x",
"requirejs": "2.1.x",
"bootstrap": "~3.3.6",
"bootstrap-social": "~4.8.0",
"startbootstrap-sb-admin-2": "^1.0.8",
"jquery": "1.12.0",
"jquery-ui": "1.11.4",
"jquery-migrate": "1.2.1",
"datatables": "~1.10.4",
"datatables-plugins": "~1.0.1",
"datatables-responsive": "~1.0.3",
"json3": "~3.3.1",
"es5-shim": "~3.1.0",
"oclazyload": "~0.5.2",
"metisMenu": "~1.1.3",
"flot": "~0.8.3",
"flot.tooltip": "~0.8.4",
"font-awesome": "~4.2.0",
"holderjs": "~2.4.1",
"morrisjs": "~0.5.1"
}
}