-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 949 Bytes
/
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
{
"name": "desityle",
"version": "1.2.0",
"description": "Desityle is a sleek and straightforward DIY CSS framework built from scratch with DIY(Do It Yourself) concept in mind.",
"main": "index.js",
"scripts": {
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drabkirn/desityle.git"
},
"keywords": [
"design",
"ui",
"ux",
"desityle",
"css",
"drabkirn",
"framework"
],
"author": "Drabkirn",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/drabkirn/desityle/issues"
},
"homepage": "https://drabkirn.cdadityang.xyz/desityle/index.html",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-replace": "^1.0.0",
"gulp-uglify-es": "^2.0.0",
"merge-stream": "^2.0.0"
}
}