-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.33 KB
/
package.json
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
50
51
52
{
"name": "material-kit",
"version": "2.0.6",
"description": "Material Kit, a Google Material Desgin. Coded by Creative Tim",
"main": "index.html",
"directories": {
"example": "root"
},
"scripts": {
"open-app": "gulp open-app",
"start": "npm run open-app",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/material-kit.git"
},
"keywords": [
"material kit",
"bootstrap material admin",
"bootstrap material kit",
"material design admin",
"material design",
"creative tim",
"html kit",
"html css kit",
"web kit",
"freebie",
"free bootstrap kit",
"css3 kit",
"bootstrap admin",
"bootstrap kit",
"frontend",
"responsive bootstrap kit"
],
"author": "Creative Tim <hello@creative-tim.com> (https://www.creative-tim.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/creativetimofficial/material-kit/issues"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-install": "^1.1.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-open": "^3.0.1"
},
"homepage": "https://demos.creative-tim.com/material-kit/index.html"
}