{
  "name": "vue2-animate",
  "version": "2.1.4",
  "description": "SCSS/CSS cross-browser animation library, for use with Vue.js 2.0. Ported from Animate.css.",
  "author": {
    "name": "Simon Asika",
    "email": "asika32764@gmail.com"
  },
  "homepage": "https://github.com/asika32764/vue2-animate",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/asika32764/vue2-animate.git"
  },
  "bugs": {
    "url": "https://github.com/asika32764/vue2-animate/issues"
  },
  "keywords": [
    "less",
    "animate",
    "animate.css",
    "vue",
    "vue.js",
    "transition",
    "vue-animate",
    "css",
    "sass",
    "scss"
  ],
  "files": [
    "dist/vue2-animate.css",
    "dist/vue2-animate.min.css",
    "src"
  ],
  "devDependencies": {
    "node-sass": "^4.8.3",
    "windwalker-fusion": "^0.1.14"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=development node_modules/gulp/bin/gulp.js --gulpfile=fusionfile.js",
    "watch": "cross-env NODE_ENV=development node_modules/gulp/bin/gulp.js --gulpfile=fusionfile.js --watch=1",
    "build:less": "cross-env NODE_ENV=development node_modules/gulp/bin/gulp.js less --gulpfile=fusionfile.js",
    "watch:less": "cross-env NODE_ENV=development node_modules/gulp/bin/gulp.js less --gulpfile=fusionfile.js --watch=1"
  },
  "dependencies": {}
}