mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 11:46:51 +00:00
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "tachyons-gradients",
|
|
"version": "1.0.0",
|
|
"style": "src/tachyons-gradients.css",
|
|
"main": "src/tachyons-gradients.css",
|
|
"description": "Performance based css module.",
|
|
"keywords": [
|
|
"tachyons",
|
|
"tachyons-css",
|
|
"tachyons-addon"
|
|
],
|
|
"files": [
|
|
"src",
|
|
"css"
|
|
],
|
|
"repository": "tachyons-css/tachyons-gradients",
|
|
"author": {
|
|
"name": "johno",
|
|
"email": "johnotander@gmail.com",
|
|
"url": "http://johnotander.com"
|
|
},
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"tachyons-cli": "^1.3.2",
|
|
"watch": "^1.0.2"
|
|
},
|
|
"scripts": {
|
|
"start": "npm run build:watch",
|
|
"build:css": "tachyons src/tachyons-gradients.css > css/tachyons-gradients.css",
|
|
"build:minify": "tachyons src/tachyons-gradients.css --minify > css/tachyons-gradients.min.css",
|
|
"build:docs": "tachyons src/tachyons-gradients.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"
|
|
}
|
|
}
|