postcss-animation.css-data
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "postcss-animation.css-data", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"main": "index.json", | ||
"scripts": { | ||
"debug": "node --inspect --debug-brk parse.js", | ||
"build": "node parse.js" | ||
"build": "node parse.js", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -14,7 +15,5 @@ "license": "MIT", | ||
}, | ||
"description": "PostCSS plugin that adds `@keyframes` from animate.css.", | ||
"description": "Package that adds `@keyframes` from animate.css.", | ||
"keywords": [ | ||
"postcss", | ||
"css", | ||
"postcss-plugin", | ||
"animation", | ||
@@ -28,3 +27,7 @@ "keyframes", | ||
}, | ||
"author": "retyui <vamnemne@gmail.com>", | ||
"author": { | ||
"name": "David Narbutovich", | ||
"email": "vamnemne@gmail.com", | ||
"url": "https://github.com/retyui" | ||
}, | ||
"bugs": { | ||
@@ -31,0 +34,0 @@ "url": "https://github.com/retyui/postcss-animation.css-data/issues" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17303