mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-09 09:09:04 -04:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "terminal.css",
|
|
"version": "0.1.3",
|
|
"description": "Modern and minimalistic CSS framework for terminal enthusiasts",
|
|
"main": "dist/terminal.min.css",
|
|
"directories": {
|
|
"docs": "docs",
|
|
"dist": "dist"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./scripts/start.js",
|
|
"build": "node ./scripts/build.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"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://github.com/Gioni06/terminal.css#readme",
|
|
"devDependencies": {
|
|
"autoprefixer": "^9.4.6",
|
|
"chokidar": "^2.0.4",
|
|
"clean-css": "^4.2.1",
|
|
"live-server": "^1.2.1",
|
|
"mkdirp": "^0.5.1",
|
|
"postcss": "^7.0.14",
|
|
"serve": "^10.1.1"
|
|
}
|
|
}
|