mdb-ui-kit/package.json

60 lines
1.3 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": "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": {
"babel-polyfill": "^6.8.0",
2016-04-27 01:45:46 +03:00
"bootstrap": "twbs/bootstrap#v4-dev",
2016-04-30 06:48:59 +03:00
"extend": "^3.0.0",
2016-02-05 19:30:58 +03:00
"jquery": "^2.2",
"tether": "^1.3.2"
},
"devDependencies": {
"babel-core": "^6.8.0",
2016-04-27 01:45:46 +03:00
"babel-eslint": ">=6.0.4",
"babel-preset-es2015": "^6.6.0",
2016-03-17 23:11:07 +03:00
"gulp": "github:gulpjs/gulp#4.0",
"gulp-pipeline": "^4.0.40",
2016-04-27 01:45:46 +03:00
"moment": "^2.13.0"
2016-03-01 19:49:36 +03:00
},
"engines": {
"node": ">=0.10.1"
},
"files": [
"dist",
"js/*.js",
"scss/**/*.scss",
"LICENSE"
]
}