File: bower.json

Recommend this page to a friend!
  Classes of Stefan Gabos   Zebra Date Picker   bower.json   Download  
File: bower.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Zebra Date Picker
jQuery plugin to let the user pick dates
Author: By
Last change: Updated description
Date: 2 years ago
Size: 731 bytes
 

Contents

Class file image Download
{ "name": "zebra_datepicker", "main": "dist/zebra_datepicker.min.js", "homepage": "https://github.com/stefangabos/Zebra_Datepicker", "authors": [ "Stefan Gabos <contact@stefangabos.ro>" ], "description": "A super-lightweight, highly configurable, cross-browser date / time picker jQuery plugin", "keywords": [ "calendar", "date", "datepicker", "form", "iso-8601", "ui" ], "dependencies": { "jquery": ">=1.7.0" }, "license": "LGPL", "ignore": [ "examples/README.md", "examples/themes.png", "src/*", ".gitattributes", ".gitignore", ".npmignore", "bower.json", "eslint.json", "Gruntfile.js", "package.json", "package-lock.json" ] }