create-keyframe
Version:
Create css keyframes
33 lines (32 loc) • 725 B
JSON
{
"name": "create-keyframe",
"version": "1.0.2",
"description": "Create css keyframes",
"main": "src/create-keyframe.js",
"scripts": {
"test": "standard && node test/create-keyframe.js"
},
"repository": {
"type": "git",
"url": "http://github.com/chinedufn/create-keyframe.git"
},
"keywords": [
"keyframe",
"css",
"animation"
],
"author": "Chinedu Francis Nwafili",
"license": "MIT",
"bugs": {
"url": "https://github.com/chinedufn/create-keyframe/issues"
},
"homepage": "https://github.com/chinedufn/create-keyframe",
"devDependencies": {
"standard": "^5.3.1",
"tape": "^4.2.0"
},
"dependencies": {
"cuid": "^1.3.8",
"decamelize": "^1.2.0"
}
}