{
  "name": "swupjs",
  "version": "1.7.1",
  "description": "Complete, flexible, easy to use page transition library - swup extension.",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "compile": "babel --presets es2015,stage-0 -d lib/ src/",
    "build": "webpack-cli",
    "prepublish": "npm run compile"
  },
  "author": "Georgy Marchuk",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/gmrchk/swupjs.git"
  },
  "keywords": [
    "js",
    "animation",
    "page",
    "transition"
  ],
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-loader": "^7.1.4",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "uglifyjs-webpack-plugin": "^1.2.5",
    "webpack": "^4.8.3",
    "webpack-cli": "^2.1.3"
  },
  "dependencies": {
    "swup": "^1.9.0"
  }
}
