Initial Working Copy

This commit is contained in:
bkroberts 2020-02-28 19:15:20 +10:30
commit 0731843a82
357 changed files with 120880 additions and 0 deletions

View file

@ -0,0 +1,49 @@
{
"name": "material-dashboard",
"version": "2.1.1",
"description": "Material Dasboard, a Google Material Desgin. Coded by Creative Tim",
"main": "index.html",
"directories": {
"example": "root"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/material-dashboard.git"
},
"keywords": [
"material dashboard",
"bootstrap material admin",
"bootstrap material dashboard",
"material design admin",
"material design",
"creative tim",
"html dashboard",
"html css dashboard",
"web dashboard",
"freebie",
"free bootstrap dashboard",
"css3 dashboard",
"bootstrap admin",
"bootstrap dashboard",
"frontend",
"responsive bootstrap dashboard"
],
"author": "Creative Tim <hello@creative-tim.com> (https://www.creative-tim.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/creativetimofficial/material-dashboard/issues"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-install": "^1.1.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-open": "^3.0.1"
},
"homepage": "http://demos.creative-tim.com/material-dashboard/examples/dashboard.html?_ga=2.143239282.69692347.1519629130-329288944.1519374311"
}