-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
executable file
·58 lines (58 loc) · 1.45 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
{
"name": "huijia",
"version": "0.1.0",
"dependencies": {
"angular": "1.5.7",
"angular-async-loader": "~1.0.1",
"angular-base64": "~2.0.1",
"angular-bindonce": "2.5.0",
"angular-bootstrap": "^2.5.0",
"angular-cookies": "1.2.2",
"angular-file-upload": "~1.1.5",
"angular-loading-bar": "^0.9.0",
"angular-mocks": "^1.2.19",
"angular-resource": "1.2.2",
"angular-route": "1.2.2",
"angular-sanitize": "1.2.2",
"angular-ueditor": "*",
"angular-ui": "",
"angular-ui-codemirror": "~0.1.1",
"angular-ui-router": "0.2.7",
"angular-ui-select2": "~0.0.5",
"angular-utf8-base64": "~0.0.5",
"highcharts": "4.0.4",
"html5shiv": "~3.6.2",
"jquery": "1.10.2",
"me-pageloading": "~0.4.0",
"ngInfiniteScroll": "~1.1.2",
"requirejs": "~2.1.22",
"respond": "1.4.1",
"select2": "~3.4.5",
"simple-form": "*",
"spinjs": "~1.3.3",
"requirejs-domready": "~2.0.1",
"angular-animate": "^1.5.7",
"angucomplete-alt": "^2.4.1",
"angular-aria": "^1.5.8",
"angular-drag-and-drop-lists": "^1.4.0",
"zeroclipboard": "^2.2.0",
"ng-clip": "^0.2.6",
"ng.simditor": "^0.0.4"
},
"devDependencies": {
"angular-bindonce": "~0.3.1",
"zeroclipboard": "~1.3.3"
},
"authors": [
"hbb <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/vendor",
"test",
"tests"
]
}