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