12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "datepair.js",
- "version": "0.4.16",
- "main": [
- "dist/datepair.js",
- "dist/jquery.datepair.js"
- ],
- "ignore": [
- "**/.*",
- "node_modules",
- "components",
- "spec",
- "Gruntfile.js",
- "src",
- "bower_components",
- "test",
- "tests"
- ],
- "homepage": "http://jonthornton.github.com/Datepair.js",
- "authors": [
- "Jon Thornton"
- ],
- "description": "A javascript plugin for intelligently selecting date and time ranges inspired by Google Calendar.",
- "keywords": [
- "timepicker",
- "datepicker",
- "time",
- "date",
- "picker",
- "ui",
- "calendar",
- "input",
- "form"
- ],
- "license": "MIT",
- "_release": "0.4.16",
- "_resolution": {
- "type": "version",
- "tag": "0.4.16",
- "commit": "d54ca5c1e9e5fce523b2976e0454d3cd556560ff"
- },
- "_source": "https://github.com/jonthornton/Datepair.js.git",
- "_target": "^0.4.16",
- "_originalSource": "datepair",
- "_direct": true
- }
|