mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 14:26:46 +00:00
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "tachyons",
|
|
"version": "5.0.0-beta.0",
|
|
"description": "Functional CSS for humans",
|
|
"author": "mrmrs",
|
|
"style": "css/tachyons.min.css",
|
|
"main": "css/tachyons.css",
|
|
"files": [
|
|
"css",
|
|
"src"
|
|
],
|
|
"repository": "tachyons-css/tachyons",
|
|
"keywords": [
|
|
"UI",
|
|
"UI design",
|
|
"css",
|
|
"oocss",
|
|
"postcss",
|
|
"functional css",
|
|
"utility css",
|
|
"design",
|
|
"responsive",
|
|
"performance"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"copy-files": "^0.1.0",
|
|
"immutable-css-cli": "^1.1.1",
|
|
"normalize.css": "^8.0.1",
|
|
"tachyons-cli": "^1.3.3",
|
|
"tachyons-modules": "^1.1.10",
|
|
"watch": "^1.0.2"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Adam Morse",
|
|
"url": "https://mrmrs.cc"
|
|
},
|
|
{
|
|
"name": "John Otander",
|
|
"url": "https://johnotander.com"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"start": "npm run build:watch",
|
|
"mutations": "immutable-css src/tachyons.css --strict",
|
|
"build": "npm run build:css && npm run build:minify",
|
|
"build:css": "tachyons src/tachyons.css --preserveVariables > css/tachyons.css",
|
|
"build:minify": "tachyons src/tachyons.css --minify --preserveVariables > css/tachyons.min.css",
|
|
"build:watch": "watch \"npm run build\" ./src/"
|
|
},
|
|
"dependencies": {
|
|
"gzip-size": "^7.0.0"
|
|
}
|
|
}
|