spacings
Version:
8-point spacings.
41 lines (40 loc) • 866 B
JSON
{
"name": "spacings",
"version": "0.1.0",
"description": "8-point spacings.",
"source": "src/index.scss",
"main": "dist/index.css",
"targets": {
"main": false
},
"scripts": {
"watch": "parcel watch",
"build": "parcel build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/planetabhi/spacings.git"
},
"keywords": [
"spacing",
"spacing-blocks",
"tokens",
"utilities",
"variables",
"8-point",
"margins",
"paddings"
],
"author": "@planetabhi",
"license": "MIT",
"bugs": {
"url": "https://github.com/planetabhi/spacings/issues"
},
"homepage": "https://github.com/planetabhi/spacings#readme",
"devDependencies": {
"@parcel/transformer-css": "^2.13.2",
"@parcel/transformer-sass": "^2.13.2",
"autoprefixer": "^10.4.20",
"parcel": "^2.13.2"
}
}