-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (36 loc) · 1.01 KB
/
package.json
File metadata and controls
37 lines (36 loc) · 1.01 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
{
"name": "dezui",
"version": "1.1.0",
"description": "CSS Framework",
"main": "css/core.css",
"scripts": {
"start": "live-server --host=127.0.0.1 --port=3001 --wait=0",
"sass": "sass -w --no-source-map scss:css"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dezui/dezui.git"
},
"keywords": [
"css",
"framework",
"open-source"
],
"author": {
"founder": "Dzuhan Ramadhan <github@dezuhan>",
"contributors": []
},
"license": "MIT",
"homepage": "https://dezui.github.io/dezui",
"community": {
"announcement": "https://github.com/dezui/dezui/discussions/categories/announcements",
"discussions": {
"root": "https://github.com/dezui/dezui/discussions",
"features-request": "https://github.com/dezui/dezui/discussions/categories/features-request",
"qna": "https://github.com/dezui/dezui/discussions/categories/q-a"
},
"bugs": "https://github.com/dezui/dezui/issues",
"wiki": "https://github.com/dezui/dezui/wiki",
"support": "https://buymeacoffee.com/deuzhan"
}
}