-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
41 lines (41 loc) · 878 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
40
41
{
"name": "terminal.css",
"version": "0.7.5",
"description": "A modern and minimal CSS framework for terminal lovers.",
"main": "dist/terminal.min.css",
"directories": {
"doc": "docs"
},
"files": [
"dist"
],
"scripts": {
"start": "node ./run.js --serve",
"build": "node ./run.js",
"lint": "stylelint lib/terminal.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gioni06/terminal.css.git"
},
"keywords": [
"CSS",
"Framework",
"Grid",
"Terminal",
"Style"
],
"author": "Jonas Duri <https://jduri.xyz>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gioni06/terminal.css/issues"
},
"homepage": "https://terminalcss.xyz",
"devDependencies": {
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0"
},
"browserslist": [
"defaults"
]
}