formslider.dramatic.loader
Version:
This plugin adds animate.css capabilities to jquery.fromslider.
31 lines (30 loc) • 715 B
JSON
{
"name": "formslider.dramatic.loader",
"version": "1.1.0",
"homepage": "https://github.com/creative-workflow/formslider.dramatic.loader",
"authors": [
"Tom Hanoldt <tom@creative-workflow.berlin>"
],
"description": "This plugin helps managing debugging in javascript. It looks for a url param or cookie and prints conditional to the browser console.",
"main": "src/formslider.dramatic.loader.coffee",
"moduleType": [
"globals"
],
"keywords": [
"jquery",
"debug",
"cookie",
"url",
"detection",
"browser"
],
"license": "MIT",
"ignore": [
"node_modules",
"bower_components",
"spec"
],
"dependencies": {
"jquery.animate.css": "^1.0.2"
}
}