blocks.css/package.json
2019-12-08 23:46:09 -08:00

23 lines
590 B
JSON

{
"name": "blocks.css",
"version": "0.2.0",
"description": "Add some dimension to your page with blocks",
"main": "/src/blocks.css",
"repository": "git@github.com:thesephist/blocks.css.git",
"author": "Linus Lee <linus@thesephist.com>",
"license": "MIT",
"scripts": {
"build": "rollup --config rollup.config.js",
"clean": "git clean -fxd",
"prepublishOnly": "yarn build"
},
"files": [
"src",
"dist"
],
"devDependencies": {
"rollup": "^1.15.1",
"rollup-plugin-postcss": "^2.0.3"
}
}