rotate-icon
Version:
The simple, easy-to-implement animation plugin to rotate icons, images, and elements.
45 lines (44 loc) • 899 B
JSON
{
"name": "rotate-icon",
"version": "1.0.3",
"description": "The simple, easy-to-implement animation plugin to rotate icons, images, and elements.",
"main": "dist/js/rotate.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clarketm/Rotate.git"
},
"keywords": [
"rotate",
"rotation",
"animate",
"animation",
"easing",
"duration",
"degree",
"degrees",
"spin",
"jquery-plugin",
"ecosystem:jquery"
],
"author": "clarketm <travis.m.clarke@gmail.com>",
"license": "MIT",
"homepage": "https://www.travismclarke.com",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3"
}
}