vivify.sass
Version:
Vivify is a collection of pre-made SASS animations.
35 lines (34 loc) • 824 B
JSON
{
"name": "vivify.sass",
"version": "1.0.1",
"description": "Vivify is a collection of pre-made SASS animations.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"css-build": "sass src/sass/_index.sass src/dist/index.css",
"css-watch": "npm run css-build -- --watch --style=compressed",
"start": "npm run css-watch"
},
"files": [
"src/*",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jibar026/vivify.git"
},
"keywords": [
"CSS",
"SASS",
"Animation",
"Animations",
"No",
"JavaScript",
"CSS-Only"
],
"author": "Juan C Ibarra <jibar026@fiu.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jibar026/vivify/issues"
},
"homepage": "https://jibar026.github.io/vivify/"
}