{
    "name": "date-time-pick",

    "version": "0.1.43",

    "description": "Responsive flat design jQuery DateTime Picker plugin for Web & Mobile",
    
    "keywords":
    [
        "date",
        "time",
        "picker",
        "flat",
        "jquery",
        "datetimepicker",
        "datepicker",
        "timepicker",
        "input"
    ],

    "bugs": {
        "url": "https://github.com/nehakadam/DateTimePicker/issues",
        "email": "nehakadam9@gmail.com"
    },

    "author": "Neha Kadam <nehakadam9@gmail.com> (https://github.com/nehakadam)",

    "_npmUser": {
        "name": "nehakadam",
        "email": "nehakadam9@gmail.com"
    },

    "homepage": "https://nehakadam.github.io/DateTimePicker/",

    "main":"dist/DateTimePicker.min.js",

    "repository":
    {
        "type": "git",
        "url": "git://github.com:nehakadam/DateTimePicker.git"
    },

    "devDependencies":
    {
        "grunt": "~0.4.5",
        "grunt-contrib-cssmin": "~0.5.0",
        "grunt-contrib-uglify": "~0.4.0",
        "grunt-contrib-copy": "~0.4.0",
        "grunt-contrib-concat": "^0.5.0",

        "grunt-contrib-jshint": "^0.11.0",
        "grunt-contrib-csslint": "^0.5.0"
    },

    "peerDependencies":
    {
        "jquery": ">=1.0.0"
    },

    "scripts":
    {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    
    "license": "MIT"
}
