This repository was archived by the owner on Feb 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
52 lines (52 loc) · 1.44 KB
/
bower.json
File metadata and controls
52 lines (52 loc) · 1.44 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
44
45
46
47
48
49
50
51
52
{
"name": "thinkphpdemo",
"description": "基于ThinkPHP 5.0 测试各种前台插件",
"main": "",
"authors": [
"langyastudio"
],
"license": "LGPL",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/assets",
"test",
"tests"
],
"dependencies": {
"jquery": "^1.12.4",
"art-template": "^4.9.1",
"bootstrap": "^3.3.7",
"bowser": "https://github.com/ded/bowser.git#^1.7.0",
"clipboard": "^1.6.1",
"cropper": "^2.3.4",
"es5-shim": "^4.5.9",
"font-awesome": "^4.7.0",
"html5shiv": "^3.7.3",
"imagesloaded": "^4.1.2",
"jplayer": "https://github.com/jplayer/jPlayer.git#^2.9.2",
"jquery.hz2py": "https://github.com/Livhb/jQuery.Hz2Py-min.js.git",
"flexslider": "^2.6.3",
"jquery.hash": "https://github.com/cloudcome/jquery.hash.git",
"jstree": "^3.3.4",
"jquery.lazyload": "^1.9.7",
"magnific-popup": "^1.1.0",
"scrollup": "^2.4.1",
"select2": "^4.0.3",
"select2-bootstrap-theme": "*",
"toastr": "^1.2.2",
"jquery.transit": "^0.9.12",
"nprogress": "^0.2.0",
"requirejs": "^2.3.3",
"require-css": "^0.1.10",
"respond": "^1.4.2",
"jquery-slimscroll": "^1.3.8",
"sparkmd5": "https://github.com/satazor/js-spark-md5.git#^3.0.0",
"imageviewer": "^0.5.1",
"waypoints": "^4.0.0",
"web-socket-js": "https://github.com/gimite/web-socket-js.git#^1.0.2",
"fex-webuploader": "^0.1.5"
}
}