UNPKG

tachyons-border-style

Version:
40 lines (39 loc) 1.13 kB
{ "name": "tachyons-border-style", "description": "Border style CSS module for Tachyons", "version": "4.0.4", "author": { "name": "mrmrs", "email": "hi@mrmrs.cc", "url": "http://mrmrs.cc" }, "style": "src/tachyons-border-style.css", "main": "src/tachyons-border-style.css", "files": [ "src", "css" ], "keywords": [ "tachyons", "tachyons-css", "css", "border-style", "border", "style" ], "repository": "tachyons-css/tachyons-border-style", "license": "ISC", "devDependencies": { "tachyons-cli": "^1.0.10", "watch": "^1.0.1" }, "scripts": { "start": "npm run build:watch", "build:css": "tachyons src/tachyons-border-style.css > css/tachyons-border-style.css", "build:minify": "tachyons src/tachyons-border-style.css --minify > css/tachyons-border-style.min.css", "build:docs": "tachyons src/tachyons-border-style.css --generate-docs --package=../../package.json > readme.md", "build": "npm run build:css && npm run build:minify && npm run build:docs", "build:watch": "watch 'npm run build' ./src" }, "dependencies": {} }