UNPKG

glamor-tachyons

Version:

A tool for using Tacyhons with glamor or other css-in-js libraries

45 lines (44 loc) 1.02 kB
{ "name": "glamor-tachyons", "version": "1.0.0-alpha.1", "description": "A tool for using Tacyhons with glamor or other css-in-js libraries", "main": "index.js", "scripts": { "build": "node generate.js", "lint": "standard lib/*.js", "test": "lab -c" }, "bin": { "glamor-tachyons": "bin/glamor-tachyons.js" }, "keywords": [ "css", "glamor", "glamorous", "tachyons" ], "author": "Sam Breed (@wookiehangover)", "license": "ISC", "dependencies": { "lodash": "^4.17.4" }, "devDependencies": { "code": "^4.1.0", "lab": "^14.2.1", "postcss": "^6.0.9", "standard": "^10.0.3", "tachyons": "^4.8.1" }, "directories": { "example": "example", "lib": "lib" }, "repository": { "type": "git", "url": "git+https://github.com/wookiehangover/glamor-tachyons.git" }, "bugs": { "url": "https://github.com/wookiehangover/glamor-tachyons/issues" }, "homepage": "https://github.com/wookiehangover/glamor-tachyons#readme" }