mdb-ui-kit/package.json

63 lines
1.4 KiB
JSON

{
"name": "bootstrap-material-design",
"description": "Material Design for Bootstrap 4",
"version": "4.0.1",
"keywords": [
"material",
"design",
"bootstrap",
"css",
"js",
"sass",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"homepage": "https://github.com/FezVrasta/bootstrap-material-design",
"author": "Federico Zivolo",
"scripts": {
"test": "grunt test"
},
"style": "dist/css/bootstrap-material-design.css",
"sass": "scss/_core.scss",
"main": "dist/js/bootstrap-material-design.umd.js",
"jsnext:main": "dist/bootstrap-material-design.es.js",
"repository": {
"type": "git",
"url": "https://github.com/FezVrasta/bootstrap-material-design.git"
},
"bugs": {
"url": "https://github.com/FezVrasta/bootstrap-material-design/issues"
},
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.6",
"jquery": "^2.2",
"tether": "^1.2.0"
},
"devDependencies": {
"bootstrap": "twbs/bootstrap#v4-dev",
"babel-core": "^6.7.2",
"babel-eslint": ">=6.0.0-beta.6",
"babel-preset-es2015": "^6.6.0",
"extend": "^3.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-pipeline": ">=4.0.10",
"moment": "^2.11.2"
},
"engines": {
"node": ">=0.10.1"
},
"files": [
"dist",
"grunt/*.js",
"grunt/*.json",
"js/*.js",
"scss/**/*.scss",
"Gruntfile.js",
"LICENSE"
]
}