mdb-ui-kit/package.json

63 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "bootstrap-material-design",
"description": "Material Design for Bootstrap 4",
2016-03-18 22:18:47 +03:00
"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/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": {
2016-03-28 19:09:12 +03:00
"babel-polyfill": "^6.7",
2016-02-05 19:30:58 +03:00
"jquery": "^2.2",
"tether": "^1.2.0",
"bootstrap": "twbs/bootstrap#v4-dev"
},
"devDependencies": {
2016-03-28 19:09:12 +03:00
"babel-core": "^6.7.4",
"babel-eslint": ">=6.0.0",
"babel-preset-es2015": "^6.6.0",
"extend": "^3.0.0",
2016-03-17 23:11:07 +03:00
"gulp": "github:gulpjs/gulp#4.0",
2016-03-28 19:09:12 +03:00
"gulp-pipeline": "^4.0.20",
"moment": "^2.12.0"
2016-03-01 19:49:36 +03:00
},
"engines": {
"node": ">=0.10.1"
},
"files": [
"dist",
"grunt/*.js",
"grunt/*.json",
"js/*.js",
"scss/**/*.scss",
"Gruntfile.js",
"LICENSE"
]
}