vtex-tachyons
Version:
A custom Tachyons for VTEX
28 lines (27 loc) • 643 B
JSON
{
"name": "vtex-tachyons",
"version": "3.2.2",
"description": "A custom Tachyons for VTEX",
"main": "tachyons.css",
"scripts": {
"build": "node index.js",
"prepublishOnly": "yarn install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vtex/vtex-tachyons.git"
},
"keywords": [
"vtex",
"tachyons"
],
"author": "Breno Calazans (@klzns)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vtex/vtex-tachyons/issues"
},
"homepage": "https://github.com/vtex/vtex-tachyons#readme",
"devDependencies": {
"@vtex/tachyons-generator": "^1.2.1"
}
}