This repository was archived by the owner on Jul 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.31 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.31 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
50
51
52
{
"name": "papercss-admin-dashboard-template",
"description": "Free admin dashboard template built with PaperCSS",
"version": "0.0.1",
"keywords": [
"papercss",
"papercss-admin",
"admin-dashboard",
"admin-template",
"css-template"
],
"homepage": "https://mazipan.github.io/papercss-admin-dashboard-template/",
"author": "Irfan Maulana (https://github.com/mazipan/)",
"scripts": {
"dev": "gulp build:dev",
"prod": "gulp build:prod",
"dist": "gulp build:prod",
"test": "echo \"Error: no test specified\" && exit 0"
},
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/mazipan/papercss-admin-dashboard-template.git"
},
"bugs": {
"url": "https://github.com/mazipan/papercss-admin-dashboard-template/issues"
},
"engines": {
"node": ">=6"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^7.2.1",
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.9.0",
"gulp-connect": "^5.0.0",
"gulp-gzip": "^1.4.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11",
"pump": "^2.0.0"
}
}