bower.json 817 Bytes
{
    "name": "php-date-formatter",
    "version": "1.3.1",
    "homepage": "https://github.com/kartik-v/php-date-formatter",
    "authors": [
        "Kartik Visweswaran <kartikv2@gmail.com>"
    ],
    "description": "A JQuery datetime formatting and manipulation library using PHP date-time formats in javascript.",
    "main": [
        "./js/php-date-formatter.min.js"
    ],
    "keywords": [
        "jquery",
        "formatter",
        "php",
        "date",
        "time",
        "javascript",
        "datetime",
        "php-date-formatter.js"
    ],
    "dependencies": {
        "jquery": ">= 1.9.0"
    },
    "license": "BSD-3",
    "ignore": [
        "**/.*",
        "node_modules",
        "composer.json",
        "examples",
        "bower_components",
        "test",
        "tests"
    ]
}