mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 13:56:46 +00:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "tachyons",
|
|
"description": "Functional css for humans",
|
|
"version": "7.0.1-5",
|
|
"license": "MIT",
|
|
"author": "Adam Morse",
|
|
"repository": "tachyons-css/tachyons",
|
|
"main": "css/tachyons.css",
|
|
"files": [
|
|
"css",
|
|
"src"
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Adam Morse",
|
|
"url": "https://mrmrs.cc"
|
|
},
|
|
{
|
|
"name": "John Otander",
|
|
"url": "https://johno.com"
|
|
}
|
|
],
|
|
"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/",
|
|
"test": "immutable-css src/tachyons.css"
|
|
},
|
|
"devDependencies": {
|
|
"css-table": "^7.0.1-1",
|
|
"globby": "^8.0.1",
|
|
"immutable-css-cli": "^1.1.1",
|
|
"lerna": "^3.4.3",
|
|
"postcss-get-variables": "^1.0.2",
|
|
"strip-css-comments": "^3.0.0",
|
|
"tachyons-cli": "^1.3.2",
|
|
"watch": "^1.0.2"
|
|
},
|
|
"keywords": [
|
|
"css",
|
|
"oocss",
|
|
"postcss",
|
|
"functional css",
|
|
"design",
|
|
"responsive",
|
|
"performance"
|
|
]
|
|
}
|