forked from Gioni06/terminal.css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.27 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": "terminal.css",
"version": "0.7.2",
"description": "A modern and minimal CSS framework for terminal lovers.",
"main": "dist/terminal.min.css",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "node ./scripts/start.js",
"build": "node ./scripts/build.js && node ./scripts/copyFiles.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "stylelint lib/terminal.css",
"preversion": "npm run lint",
"prepublish": "npm run build"
},
"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": {
"autoprefixer": "^9.6.4",
"chokidar": "^3.2.1",
"clean-css": "^4.2.1",
"live-server": "^1.2.1",
"mkdirp": "^0.5.1",
"postcss": "^7.0.18",
"serve": "^11.2.0",
"stylelint": "^11.0.0",
"stylelint-config-standard": "^19.0.0"
},
"dependencies": {
"cp-file": "^7.0.0",
"nanogen": "github:Gioni06/nanogen#master"
},
"browserslist": [
"defaults"
]
}