{
  "name": "vue-cryptojs",
  "version": "2.1.2",
  "description": "A small wrapper for integrating crypto-js into VueJS",
  "main": "dist/vue-cryptojs.min.js",
  "scripts": {
    "test": "node --experimental-modules test/index.mjs",
    "build": "node_modules/gulp/bin/gulp.js"
  },
  "keywords": [
    "vue",
    "crypto-js",
    "wrapper"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tpenaranda/vue-cryptojs.git"
  },
  "author": "Tate Peñaranda",
  "license": "AFL-2.0",
  "peerDependencies": {
    "vue": ">= 2.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.3.4",
    "@babel/preset-env": "^7.3.4",
    "gulp": "^4.0.0",
    "gulp-babel": "^8.0.0",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^3.0.2",
    "vue": "^2.6.8"
  },
  "dependencies": {
    "crypto-js": "^3.1"
  }
}
