mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-09 09:09:04 -04:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"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",
|
|
"nanogen": "^0.4.2",
|
|
"postcss": "^7.0.18",
|
|
"serve": "^11.2.0",
|
|
"stylelint": "^11.0.0",
|
|
"stylelint-config-standard": "^19.0.0"
|
|
},
|
|
"dependencies": {
|
|
"cp-file": "^7.0.0"
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
]
|
|
}
|