UNPKG

vue-swing

Version:
43 lines (42 loc) 1.04 kB
{ "name": "vue-swing", "version": "0.0.10", "description": "Vue.js wrapper for Swing", "main": "VueSwing.vue", "repository": { "type": "git", "url": "git+https://github.com/goweiwen/vue-swing.git" }, "keywords": [ "vue", "swing", "swipe", "cards", "swipeable" ], "author": "Goh Wei Wen <goweiwen@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/goweiwen/vue-swing/issues" }, "homepage": "https://github.com/goweiwen/vue-swing#readme", "peerDependencies": { "swing": "^3.0.0", "vue": "^2.0.0" }, "devDependencies": { "babel-eslint": "^8.0.3", "eslint": "^4.9.0", "eslint-config-prettier": "^2.6.0", "eslint-config-standard": "^10.2.1", "eslint-plugin-html": "^3.2.2", "eslint-plugin-import": "^2.8.0", "eslint-plugin-node": "^5.2.1", "eslint-plugin-prettier": "^2.3.1", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-standard": "^3.0.1", "swing": "^3.1.1", "vue": "^2.5.2", "webpack": "^3.7.1" } }