{
  "name": "animsition",
  "version": "4.0.2",
  "description": "A simple and easy jQuery plugin for CSS animated page transitions.",
  "keywords": [
    "css3",
    "js",
    "animation",
    "page transition",
    "jQuery"
  ],
  "main":"./dist/js/animsition.js",
  "author": {
    "name": "blivesta",
    "email": "design@blivesta.com",
    "url": "http://blivesta.com/"
  },
  "homepage": "http://blivesta.github.io/animsition",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/blivesta/animsition.git",
    "type": "git"
  },
  "scripts":{
    "setup": "npm i && gulp build"
  },
  "devDependencies": {
    "browser-sync": "^2.9.12",
    "autoprefixer":"^6.0.3",
    "del":"^1.2.0",
    "gulp":"^3.9.0",
    "gulp-cssnano":"^2.0.0",
    "gulp-header":"^1.7.1",
    "gulp-jshint":"^1.11.2",
    "gulp-postcss":"^6.0.0",
    "gulp-rename":"^1.2.2",
    "gulp-uglify":"^1.2.0",
    "jshint-stylish":"^2.0.1",
    "postcss-import":"^7.0.0",
    "run-sequence":"^1.1.2"
  }
}
