{
"author": {
"name": "John Otander",
"url": "johnotander.com"
},
"bin": {
"tachyons": "cli.js"
},
"bugs": {
"url": "https://github.com/tachyons-css/tachyons-cli/issues"
},
"dependencies": {
"authors-to-markdown": "^0.1.0",
"chalk": "^1.1.3",
"copy-files": "^0.1.0",
"css-mqpacker": "^5.0.1",
"cssstats": "^3.0.0-beta.2",
"file-exists": "^2.0.0",
"immutable-css": "^1.1.2",
"is-blank": "^1.1.0",
"is-present": "^1.0.0",
"lodash": "^4.16.6",
"meow": "^3.7.0",
"mkdirp": "^0.5.1",
"single-trailing-newline": "^1.0.0",
"tachyons-build-css": "^1.1.2"
},
"description": "Postprocess tachyons stylesheets",
"devDependencies": {
"ava": "^0.16.0",
"pify": "^2.3.0",
"standard": "^10.0.2",
"tachyons-type-scale": "6.0.1"
},
"directories": {},
"dist": {
"shasum": "b643443e44badc26bb7392ba55e6f7401e87b2fb",
"tarball": "https://registry.npmjs.org/tachyons-cli/-/tachyons-cli-1.0.11.tgz"
},
"engines": {
"node": ">=6"
},
"files": [
"cli.js",
"templates"
],
"gitHead": "7680117ed13583a4039d404309ef057016c73af8",
"homepage": "https://github.com/tachyons-css/tachyons-cli#readme",
"keywords": [
"tachyons",
"css",
"cli",
"cli-app"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "donnieberg"
},
{
"name": "johno"
},
{
"name": "mrmrs"
}
],
"name": "tachyons-cli",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/tachyons-css/tachyons-cli.git"
},
"scripts": {
"lint": "standard",
"test": "ava -v",
"test:rebuild": "ava -v test/regenerate-output.js"
},
"version": "1.0.11"
}