tachyons-cli
Version:
Postprocess tachyons stylesheets
57 lines (56 loc) • 1.16 kB
JSON
{
"name": "tachyons-cli",
"version": "1.3.3",
"description": "Postprocess tachyons stylesheets",
"author": {
"name": "John Otander",
"url": "johnotander.com",
"email": "johnotander@gmail.com"
},
"main": "index.js",
"bin": {
"tachyons": "cli.js"
},
"engines": {
"node": ">=6"
},
"files": [
"cli.js",
"templates"
],
"scripts": {
"lint": "standard",
"test": "ava -v"
},
"repository": "tachyons-css/tachyons-cli",
"keywords": [
"tachyons",
"css",
"cli",
"cli-app"
],
"license": "ISC",
"dependencies": {
"authors-to-markdown": "^0.1.0",
"chalk": "^2.4.2",
"copy-files": "^0.1.0",
"css-mqpacker": "^7.0.0",
"cssstats": "^3.4.0",
"dedent": "^0.7.0",
"file-exists": "^5.0.1",
"immutable-css": "^1.1.2",
"is-blank": "^2.1.0",
"is-present": "^1.0.0",
"lodash": "^4.17.15",
"meow": "^5.0.0",
"mkdirp": "^0.5.1",
"single-trailing-newline": "^1.0.0",
"tachyons-build-css": "^1.8.1"
},
"devDependencies": {
"ava": "^2.4.0",
"pify": "^4.0.1",
"standard": "^14.3.1",
"tachyons-type-scale": "6.1.1"
}
}