{
  "name": "light-pjax",
  "version": "1.0.4",
  "description": "A lightweight implementation of jquery-pjax, designed to be simple and fast",
  "main": "dist/light-pjax.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ariankordi/light-pjax.git"
  },
  "scripts": {
    "flow": "flow",
    "build": "echo 'Press Ctrl+C to exit.'; babel src/ -d dist/ --watch",
    "prepare": "BABEL_ENV=production babel src/ -d dist/"
  },
  "keywords": [
    "pjax",
    "ajax",
    "xhr",
    "pushstate"
  ],
  "author": "Arian K. (ariankordi)",
  "license": "BSD-3-Clause",
  "dependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-minify": "^0.5.0",
    "flow-bin": "^0.83.0"
  }
}
