formslider.dramatic.loader
Version:
This plugin adds animate.css capabilities to jquery.fromslider.
34 lines (33 loc) • 813 B
JSON
{
"name": "formslider.dramatic.loader",
"version": "1.1.1",
"description": "This plugin adds animate.css capabilities to jquery.fromslider.",
"main": "dist/formslider.dramatic.loader.js",
"repository": {
"type": "git",
"url": "git://github.com/formslider/formslider.dramatic.loader.git"
},
"author": "Tom Hanoldt",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"coffeelint": "^1.9.7",
"grunt": "^0.4.5",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1"
},
"dependencies": {
"jquery.animate.css": "^1.0.2"
},
"scripts": {
"build": "grunt build"
},
"keywords": [
"jquery",
"formslider",
"flexslider",
"animate.css"
]
}