{
    "name": "jazzer",
    "description": "Add some visual smooth jazz to your page transitions",
    "version": "0.0.5",
    "license": "MIT",
    "repository": "rbnlffl/jazzer",
    "author": "Robin Löffel <hi@robinloeffel.ch> (https://robinloeffel.ch)",
    "homepage": "https://robinloeffel.ch/jazzer",
    "module": "dist/jazzer.es.js",
    "main": "dist/jazzer.umd.js",
    "browser": "dist/jazzer.js",
    "keywords": [
        "smooth",
        "ajax",
        "page",
        "transition"
    ],
    "devDependencies": {
        "babel-preset-es2015-rollup": "^3.0.0",
        "del": "^2.2.2",
        "gulp": "^3.9.1",
        "gulp-better-rollup": "^1.0.2",
        "gulp-connect": "^5.0.0",
        "gulp-jshint": "^2.0.4",
        "gulp-rename": "^1.2.2",
        "gulp-uglify": "^2.0.1",
        "jshint": "^2.9.4",
        "jshint-stylish": "^2.2.1",
        "rollup-plugin-babel": "^2.7.1",
        "run-sequence": "^1.2.2"
    },
    "scripts": {
        "start": "gulp",
        "make": "gulp clean && gulp jshint && gulp make && gulp uglify",
        "demo": "gulp clean && gulp make && gulp serve",
        "prepublish": "yarn run make"
    }
}
