-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
49 lines (49 loc) · 883 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
43
44
45
46
47
48
49
{
"name": "brickplus",
"version": "1.2.2",
"homepage": "https://github.com/frontui/BrickPlus",
"authors": [
"frontpay"
],
"main": [
"dist/js/brickplus.min.js",
"dist/css/bricksplus.min.css"
],
"licens": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"assist",
"document",
"lib",
"OutPut",
"static",
"src",
"task",
"template",
"gulpfile.js",
"npm-debug.log",
"config.json",
"editorconfig",
"jshintrc",
"DEV.MD",
"package.json",
"webpack.conf.js",
"webpack.config.js",
"weflow.config.json"
],
"dependencies": {
"jquery": "^1.11.1",
"html5shiv": "~3.7.3",
"es5-shim": "^4.5.8",
"respond": "~1.4.2",
"brickplus": "^1.1.5"
},
"devDependencies": {
"frontui": "^1.0.0",
"requirejs": "^2.2.0"
}
}