mdb-ui-kit/package.json

61 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "bootstrap-material-design",
"description": "Material Design for Bootstrap 4",
"version": "4.0.2",
"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/bootstrap-material-design.umd.js",
"jsnext:main": "js/index.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": {
2016-07-26 18:27:46 +03:00
"babel-polyfill": "^6.9.1"
},
"devDependencies": {
2016-07-26 18:27:46 +03:00
"babel-core": "^6.11.4",
"babel-eslint": ">=6.1.2",
"babel-preset-es2015": "^6.9.0",
"bootstrap": "twbs/bootstrap#v4-dev",
"extend": "^3.0.0",
2016-03-17 23:11:07 +03:00
"gulp": "github:gulpjs/gulp#4.0",
2016-07-26 18:27:46 +03:00
"gulp-pipeline": "^4.0.43",
"jquery": "^3.1",
"moment": "^2.14.1",
"tether": "^1.3.3"
2016-03-01 19:49:36 +03:00
},
"engines": {
2016-07-26 18:27:46 +03:00
"node": "<6",
"npm": "^3.0.0"
},
"files": [
"dist",
"js/*.js",
"scss/**/*.scss",
"LICENSE"
]
}