{
    "name": "ziggy-js",
    "version": "0.9.1",
    "description": "Generates a Blade directive exporting all of your named Laravel routes. Also provides a nice route() helper function in JavaScript.",
    "keywords": ["laravel", "routes", "ziggy"],
    "module": "src/js/route.js",
    "main": "dist/js/route.js",
    "browser": "dist/js/route.min.js",
    "files": [
        "src/js",
        "dist"
    ],
    "directories": {
        "test": "tests/js"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/tightenco/ziggy.git"
    },
    "authors": [
        {
            "name": "Daniel Coulbourne",
            "email": "daniel@tighten.co"
        },
        {
            "name": "Jake Bathman",
            "email": "jake@tighten.co"
        }
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/tightenco/ziggy/issues"
    },
    "homepage": "https://github.com/tightenco/ziggy#readme",
    "scripts": {
        "build": "NODE_ENV=production webpack --progress",
        "build:watch": "npm run build -- --watch",
        "test": "NODE_ENV=test mocha-webpack 'tests/js/**/*.js'",
        "test:watch": "npm run test -- --watch",
        "prepublishOnly": "npm run build"
    },
    "devDependencies": {
        "@babel/core": "^7.5.5",
        "@babel/plugin-transform-object-assign": "^7.2.0",
        "@babel/preset-env": "^7.5.5",
        "axios": "^0.19.0",
        "babel-loader": "^8.0.6",
        "mocha": "^6.2.0",
        "mocha-webpack": "^2.0.0-beta.0",
        "moxios": "^0.4.0",
        "unminified-webpack-plugin": "^2.0.0",
        "webpack": "^4.39.3",
        "webpack-cli": "^3.3.7"
    },
    "dependencies": {
        "qs": "^6.8.0"
    },
    "engines": {
        "node": ">= 8.9"
    }
}
