UNPKG

vue-cryptojs

Version:

A small wrapper for integrating crypto-js into VueJS

38 lines (37 loc) 985 B
{ "name": "vue-cryptojs", "version": "2.4.8", "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": "npx babel ./src/index.mjs --out-file ./dist/vue-cryptojs.es5.js --presets=@babel/env && npx babel ./src/index.mjs --out-file ./dist/vue-cryptojs.min.js --presets=@babel/env,minify" }, "keywords": [ "crypto", "crypto-js", "encrypt", "vue", "vuejs", "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/cli": "^7.17.10", "@babel/core": "^7.18.2", "@babel/preset-env": "^7.10.4", "babel-preset-minify": "^0.5.2", "vue": "^3.5.29" }, "dependencies": { "crypto-js": "^4.0.0" } }