{
    "name": "is-url-umd",
    "description": "🔨 Tells you that string is in URL format. Library in UMD style.",
    "version": "2.0.6",
    "license": "MIT",
    "author": {
        "name": "Piotr Kowalski",
        "email": "piecioshka@gmail.com",
        "url": "https://piecioshka.pl"
    },
    "scripts": {
        "prebuild": "rm -rf dist/",
        "build": "webpack --profile",
        "watch": "webpack -w"
    },
    "devDependencies": {
        "is-url": "^1.2.1",
        "webpack": "^1.12.11"
    },
    "repository": {
        "type": "git",
        "url": "git+ssh://git@github.com/piecioshka/is-url-umd.git"
    },
    "keywords": [
        "is",
        "url",
        "umd",
        "amd",
        "commonjs",
        "global"
    ],
    "files": [
        "dist",
        "package.json",
        "README.md"
    ],
    "main": "./dist/is-url-umd.js"
}
