mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-27 08:29:53 +03:00
Merge b755f63dc7
into 6d4e67a5c1
This commit is contained in:
commit
3d427bc161
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,3 +10,4 @@ Thumbs.db
|
||||||
.grunt/
|
.grunt/
|
||||||
/bower_components/
|
/bower_components/
|
||||||
.build*
|
.build*
|
||||||
|
/meteor/
|
||||||
|
|
BIN
bootstrap-material-0.2.0.tgz
Normal file
BIN
bootstrap-material-0.2.0.tgz
Normal file
Binary file not shown.
|
@ -43,6 +43,7 @@
|
||||||
],
|
],
|
||||||
"license": "https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md",
|
"license": "https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "~2.1.1"
|
"jquery": ">= 1.9.1",
|
||||||
|
"bootstrap": ">=3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
12
package.json
12
package.json
|
@ -15,8 +15,19 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/FezVrasta/bootstrap-material-design/issues"
|
"url": "https://github.com/FezVrasta/bootstrap-material-design/issues"
|
||||||
},
|
},
|
||||||
|
"keywords": [
|
||||||
|
"material",
|
||||||
|
"design",
|
||||||
|
"bootstrap",
|
||||||
|
"theme",
|
||||||
|
"google",
|
||||||
|
"android",
|
||||||
|
"browser",
|
||||||
|
"framework"
|
||||||
|
],
|
||||||
"homepage": "https://github.com/FezVrasta/bootstrap-material-design",
|
"homepage": "https://github.com/FezVrasta/bootstrap-material-design",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"bootstrap": ">=3.0",
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
"grunt-autoprefixer": "^1.0.1",
|
"grunt-autoprefixer": "^1.0.1",
|
||||||
"grunt-contrib-clean": "^0.6.0",
|
"grunt-contrib-clean": "^0.6.0",
|
||||||
|
@ -32,6 +43,7 @@
|
||||||
"grunt-dependency-installer": "^0.2.0",
|
"grunt-dependency-installer": "^0.2.0",
|
||||||
"grunt-exec": "^0.4.6",
|
"grunt-exec": "^0.4.6",
|
||||||
"grunt-newer": "^0.7.0",
|
"grunt-newer": "^0.7.0",
|
||||||
|
"jquery": ">=1.9.1",
|
||||||
"jshint-stylish": "^1.0.0",
|
"jshint-stylish": "^1.0.0",
|
||||||
"load-grunt-tasks": "^0.6.0",
|
"load-grunt-tasks": "^0.6.0",
|
||||||
"spacejam": "^1.1.1"
|
"spacejam": "^1.1.1"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user