53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "tachyons",
|
|
"version": "4.12.0",
|
|
"description": "Functional CSS for humans",
|
|
"author": "mrmrs",
|
|
"style": "css/tachyons.min.css",
|
|
"main": "css/tachyons.css",
|
|
"files": [
|
|
"css",
|
|
"src"
|
|
],
|
|
"repository": "tachyons-css/tachyons",
|
|
"keywords": [
|
|
"css",
|
|
"oocss",
|
|
"postcss",
|
|
"functional css",
|
|
"design",
|
|
"responsive",
|
|
"performance"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"copy-files": "^0.1.0",
|
|
"immutable-css-cli": "^1.1.1",
|
|
"normalize.css": "^8.0.0",
|
|
"tachyons-cli": "^1.3.2",
|
|
"tachyons-modules": "^1.1.10",
|
|
"watch": "^1.0.2"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "adam morse",
|
|
"email": "hi@mrmrs.cc"
|
|
},
|
|
{
|
|
"name": "john otander",
|
|
"url": "http://johnotander.com"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"start": "npm run build:watch",
|
|
"mutations": "immutable-css src/tachyons.css --strict",
|
|
"build": "npm run build:css && npm run build:minify && npm run build:skylark-deploy",
|
|
"build:css": "tachyons src/tachyons.css > css/tachyons.css",
|
|
"build:minify": "tachyons src/tachyons.css --minify > css/tachyons.min.css",
|
|
"build:watch": "watch \"npm run build\" ./src/",
|
|
"build:skylark-deploy": "cp ./css/tachyons.min.css ../src/assets/tachyons.min.css"
|
|
},
|
|
"dependencies": {
|
|
"vscode-html-languageservice": "^5.1.1"
|
|
}
|
|
}
|