terminal.css/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2019-01-25 15:27:27 +01:00
{
"name": "terminal.css",
2019-02-04 09:13:30 +01:00
"version": "0.6.3",
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-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": {
"autoprefixer": "^9.4.6",
2019-01-25 16:51:21 +01:00
"chokidar": "^2.0.4",
"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-01-25 15:27:27 +01:00
"postcss": "^7.0.14",
2019-01-25 16:51:21 +01:00
"serve": "^10.1.1"
2019-01-28 03:37:25 +01:00
},
"dependencies": {
"cp-file": "^6.0.0"
2019-01-25 15:27:27 +01:00
}
}