create-keyframes
Version:
Create a CSS keyframe animation in JavaScript
38 lines (37 loc) • 737 B
JSON
{
"name": "create-keyframes",
"main": "index.js",
"version": "1.0.1",
"description": "Create a CSS keyframe animation in JavaScript",
"license": "MIT",
"repository": "bendrucker/create-keyframes",
"author": {
"name": "Ben Drucker",
"email": "bvdrucker@gmail.com",
"url": "bendrucker.me"
},
"scripts": {
"test": "standard && tape test.js"
},
"keywords": [
"keyframe",
"css",
"animation",
"animate"
],
"devDependencies": {
"tape": "^4.0.0",
"standard": "^6.0.0"
},
"files": [
"index.js",
"css.js"
],
"dependencies": {
"camel-2-dash": "~0.1.0",
"cuid": "~1.3.8",
"insert-styles": "~1.0.0",
"is-numeric": "0.0.5",
"to-css": "~1.2.1"
}
}