This repository was archived by the owner on May 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "material-dashboard",
"version": "2.0.2",
"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 <[email protected]> (https://www.creative-tim.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/creativetimofficial/material-dashboard/issues"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-clean": "^0.3.2",
"gulp-install": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.3",
"gulp-open": "^2.1.0"
},
"homepage": "http://demos.creative-tim.com/material-dashboard/examples/dashboard.html?_ga=2.143239282.69692347.1519629130-329288944.1519374311"
}