-
Notifications
You must be signed in to change notification settings - Fork 28
/
bower.json
executable file
·43 lines (42 loc) · 979 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
33
34
35
36
37
38
39
40
41
42
{
"name": "app",
"authors": [
"Jack <407613594@qq.com>"
],
"description": "",
"main": "app.js",
"keywords": [
"blog"
],
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "angularjs#^1.5.7",
"angular-ui-router": "^0.3.1",
"angular-animate": "^1.5.7",
"angular-summernote": "^0.8.1",
"metisMenu": "^2.5.2",
"jquery-slimscroll": "^1.3.8",
"PACE": "pace#^1.0.2",
"components-font-awesome": "^4.6.3",
"wow": "wowjs#^1.1.2",
"animate.css": "^3.5.2",
"angular-cookies": "^1.5.7",
"angular-sanitize": "^1.5.7",
"angular-toastr": "^1.7.0",
"angular-scroll": "^1.0.0",
"angular-qrcode": "monospaced/angular-qrcode#^6.2.1",
"oclazyload": "^1.0.9",
"jquery-ui": "^1.11.4",
"ngSweetAlert": "angular-sweetalert#^1.1.0",
"angular-bootstrap": "^1.3.3"
}
}