-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
40 lines (40 loc) · 888 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
{
"name": "basic-web-ui",
"authors": [
"Yang XuePing"
],
"description": "basic web ui for admin platform",
"keywords": [
"basic",
"web",
"html",
"template",
"admin",
"bootstrap",
"theme",
"backend",
"responsive"
],
"ignore": [
"**/.*"
],
"devDependencies": {
"jquery": "^2.2.3",
"bootstrap": "^3.3.7",
"font-awesome": "fontawesome#^4.6.1",
"fastclick": "^1.0.6",
"nprogress": "^0.2.0",
"bootstrap-progressbar": "^0.9.0",
"iCheck": "icheck#^1.0.2",
"parsleyjs": "^2.3.10",
"normalize-css": "^4.1.1",
"validator": "https://github.com/yairEO/validator.git#^1.0.6",
"noty": "^3.0.1",
"echarts": "^3.1.7",
"animate.css": "^3.5.1",
"blueimp-file-upload": "jQuery-File-Upload#^9.18.0",
"cropperjs": "^0.8.1",
"socket.io-client": "^2.0.1",
"moment": "^2.18.1"
}
}