UNPKG

vue-plaid-link

Version:
47 lines (46 loc) 1.32 kB
{ "name": "vue-plaid-link", "version": "0.6.1", "description": "A vue plugin for Plaid Link", "main": "dist/index.js", "scripts": { "dev": "node_modules/.bin/webpack-dev-server --config ./build/webpack.dev.conf.js", "build:doc": "webpack -p --hide-modules --config ./build/webpack.dev.conf.js", "build": "webpack -p --hide-modules --config ./build/webpack.prod.conf.js", "release": "bash ./build/release.sh" }, "repository": { "type": "git", "url": "git+https://github.com/roundupapp/vue-plaid-link.git" }, "keywords": [ "vue", "plaid", "link" ], "author": "hi@chrisanderson.io", "license": "MIT", "bugs": { "url": "https://github.com/roundupapp/vue-plaid-link/issues" }, "homepage": "https://github.com/roundupapp/vue-plaid-link#readme", "peerDependencies": { "vue": "^2.5.9" }, "devDependencies": { "babel-core": "^6.26.3", "babel-loader": "^7.1.5", "babel-preset-env": "^1.7.0", "babel-preset-stage-0": "^6.24.1", "css-loader": "^2.1.1", "lodash": "^4.17.15", "vue": "^2.6.10", "vue-loader": "^15.7.1", "vue-plugin-load-script": "^1.2.0", "vue-template-compiler": "^2.6.10", "webpack": "^4.39.3", "webpack-cli": "^3.3.7", "webpack-dev-server": "^3.8.0", "webpack-merge": "^4.2.2" } }