terminal.css/package.json

53 lines
1.2 KiB
JSON
Raw Normal View History

2019-01-25 15:27:27 +01:00
{
"name": "terminal.css",
2019-10-07 09:26:39 +02:00
"version": "0.7.1",
2019-02-03 10:04:17 +01:00
"description": "A modern and minimal CSS framework for terminal lovers.",
2019-01-25 15:27:27 +01:00
"main": "dist/terminal.min.css",
"directories": {
2019-01-28 03:37:25 +01:00
"doc": "docs"
2019-01-25 15:27:27 +01:00
},
"scripts": {
2019-01-25 16:51:21 +01:00
"start": "node ./scripts/start.js",
2019-01-28 03:37:25 +01:00
"build": "node ./scripts/build.js && node ./scripts/copyFiles.js",
2019-01-25 17:15:58 +01:00
"test": "echo \"Error: no test specified\" && exit 1",
2019-02-05 08:16:48 +01:00
"lint": "stylelint lib/terminal.css",
2019-02-05 08:27:03 +01:00
"preversion": "npm run lint",
2019-01-25 17:18:11 +01:00
"prepublish": "npm run build"
2019-01-25 15:27:27 +01:00
},
"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"
},
2019-01-26 11:57:59 +01:00
"homepage": "https://terminalcss.xyz",
2019-01-25 15:27:27 +01:00
"devDependencies": {
2019-10-07 09:26:29 +02:00
"autoprefixer": "^9.6.4",
"chokidar": "^3.2.1",
2019-01-25 16:51:21 +01:00
"clean-css": "^4.2.1",
"live-server": "^1.2.1",
2019-01-25 15:27:27 +01:00
"mkdirp": "^0.5.1",
2019-01-28 03:37:25 +01:00
"nanogen": "^0.4.2",
2019-10-07 09:26:29 +02:00
"postcss": "^7.0.18",
"serve": "^11.2.0",
"stylelint": "^11.0.0",
"stylelint-config-standard": "^19.0.0"
2019-01-28 03:37:25 +01:00
},
"dependencies": {
2019-10-07 09:26:29 +02:00
"cp-file": "^7.0.0"
},
"browserslist": [
"defaults"
]
2019-01-25 15:27:27 +01:00
}