forked from modularcode/modular-admin-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.42 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": "modular-admin-html",
"version": "1.1.0",
"description": "ModularAdmin: Free Dashboard Theme; html version",
"repository": {
"type": "git",
"url": "https://github.com/modularcode/modular-admin-html.git"
},
"author": "ModularCode",
"license": "ISC",
"bugs": {
"url": "https://github.com/modularcode/modular-admin-html/issues"
},
"homepage": "https://github.com/modularcode/modular-admin-html",
"dependencies": {
},
"devDependencies": {
"dotenv": "^2.0.0",
"front-matter": "^2.0.5",
"fs-extra": "^0.26.4",
"glob": "^5.0.14",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-compile-handlebars": "^0.5.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-data": "^1.2.0",
"gulp-flatten": "^0.1.0",
"gulp-front-matter": "^1.2.3",
"gulp-gh-pages": "^0.5.2",
"gulp-hb": "^2.6.1",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-prettify": "^0.4.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4",
"handlebars": "^4.0.5",
"handlebars-layouts": "^3.1.0",
"handlebars-registrar": "^1.5.2",
"main-bower-files": "^2.9.0",
"through2": "^2.0.0",
"vinyl": "^1.1.0"
},
"scripts": {
"gulp": "gulp --gulpfile build/gulpfile.js",
"start": "npm run gulp",
"deploy": "npm run gulp deploy"
}
}