terminal.css/package.json
Jonas Duri ed2e7aaeb2 0.5.0
2019-01-30 21:20:58 +01:00

46 lines
1.1 KiB
JSON

{
"name": "terminal.css",
"version": "0.5.0",
"description": "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",
"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.4.6",
"chokidar": "^2.0.4",
"clean-css": "^4.2.1",
"live-server": "^1.2.1",
"mkdirp": "^0.5.1",
"nanogen": "^0.4.2",
"postcss": "^7.0.14",
"serve": "^10.1.1"
},
"dependencies": {
"cp-file": "^6.0.0"
}
}