tachyons/packages/tachyons-border-style/package.json
2018-11-11 09:20:28 -07:00

39 lines
1.1 KiB
JSON

{
"name": "tachyons-border-style",
"description": "Border style CSS module for Tachyons",
"version": "5.0.0",
"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.3.2",
"watch": "^1.0.2"
},
"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"
}
}