mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 11:06:58 +00:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "tachyons",
|
|
"version": "5.0.0-1",
|
|
"description": "Functional CSS for humans",
|
|
"author": "Adam Morse",
|
|
"main": "src/tachyons.css",
|
|
"files": [
|
|
"css",
|
|
"src"
|
|
],
|
|
"repository": "tachyons-css/tachyons",
|
|
"keywords": [
|
|
"css",
|
|
"oocss",
|
|
"postcss",
|
|
"functional css",
|
|
"design",
|
|
"responsive",
|
|
"performance"
|
|
],
|
|
"devDependencies": {
|
|
"css-table": "^0.1.0",
|
|
"globby": "^8.0.1",
|
|
"immutable-css-cli": "^1.1.1",
|
|
"lerna": "^2.9.1",
|
|
"strip-css-comments": "^3.0.0",
|
|
"tachyons-cli": "^1.3.0",
|
|
"watch": "^1.0.2"
|
|
},
|
|
"license": "MIT",
|
|
"contributors": [
|
|
{
|
|
"name": "John Otander",
|
|
"url": "https://twitter.com/4lpine"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"start": "npm run build:watch",
|
|
"build": "npm run build:css && npm run build:minify",
|
|
"build:css": "tachyons src/tachyons.css > css/tachyons.css",
|
|
"build:minify": "tachyons src/tachyons.css -m > css/tachyons.min.css",
|
|
"build:packages": "node build && lerna run build",
|
|
"build:watch": "watch \"npm run build\" ./src/",
|
|
"mutations": "immutable-css src/tachyons.css --strict"
|
|
}
|
|
}
|