css-animation-fill-mode
Version:
Css module of single purpose classes for animation fill mode
39 lines (38 loc) • 1.13 kB
JSON
{
"name": "css-animation-fill-mode",
"style": "animation-fill-mode.css",
"version": "1.0.8",
"homepage": "http://github.com/mrmrs/css-animation-fill-mode",
"description": "Css module of single purpose classes for animation fill mode",
"keywords": [
"css",
"oocss",
"animation-fill-mode"
],
"css-animation-fill-mode": {
"type": "git",
"url": "http://github.com/mrmrs/css-animation-fill-mode.git"
},
"bugs": {
"url": "https://github.com/mrmrs/css-animation-fill-mode/issues",
"email": "hi@mrmrs.cc"
},
"author": {
"name": "Adam Morse",
"email": "hi@mrmrs.cc",
"url": "http://mrmrs.cc"
},
"contributors": [
{
"name": "Adam Morse",
"email": "hi@mrmrs.cc"
}
],
"license": "MIT",
"devDependencies": {
"tachyons-cli": "^1.0.8"
},
"scripts": {
"start": "tachyons src/css-animation-fill-mode.css > css/css-animation-fill-mode.css && tachyons src/css-animation-fill-mode.css --minify > css/css-animation-fill-mode.min.css && tachyons src/css-animation-fill-mode.css --generate-docs --package=../../package.json > readme.md"
}
}