lencse-getmdl-dashboard
Version:
Free dashboard template with Material Design Lite edited by @lencse
61 lines (60 loc) • 1.79 kB
JSON
{
"name": "lencse-getmdl-dashboard",
"version": "1.0.3",
"description": "Free dashboard template with Material Design Lite edited by @lencse",
"keywords": [
"dashboard",
"admin template",
"mdl",
"getmdl",
"Material Design",
"Material Design Lite",
"Dark",
"dark material design"
],
"main": "gulpfile.js",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"devDependencies": {
"bower": "^1.8.0",
"browser-sync": "2.18.6",
"del": "2.2.2",
"gulp": "3.9.1",
"gulp-babel": "5.3.0",
"gulp-clean": "0.3.2",
"gulp-concat": "^2.6.1",
"gulp-inject": "3.0.0",
"gulp-jscs": "3.0.2",
"gulp-jshint": "1.12.0",
"gulp-livereload": "3.8.1",
"gulp-minify-css": "1.2.4",
"gulp-plumber": "1.0.2",
"gulp-rename": "1.2.2",
"gulp-sass": "2.1.1",
"gulp-uglify": "1.4.2",
"gulp-watch": "4.3.11",
"jshint-stylish": "2.0.1",
"node-sass": "4.3.0"
},
"scripts": {
"prepublish": "node_modules/.bin/bower install && node_modules/.bin/gulp build-js",
"test": "if [ ! -f ./build/dark-material.js ]; then echo \"dark-material.js is missing\"; exit 1; fi; if [ ! -f ./build/dark-material-vendor.css ]; then echo \"dark-material-vendor.css is missing\"; exit 1; fi;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lencse/lencse-material-dashboard-lite"
},
"author": "Levente Löki <leventeloki@gmail.com> (https://lokilevente.hu/)",
"bugs": {
"url": "https://github.com/lencse/lencse-material-dashboard-lite/issues"
},
"homepage": "https://github.com/lencse/lencse-material-dashboard-lite#readme",
"dependencies": {
"bower": "^1.8.0",
"gulp-concat": "^2.6.1"
}
}