UNPKG

@seznam/szn-select-vue

Version:

Szn-select integration for Vue.js projects.

49 lines (48 loc) 1.29 kB
{ "name": "@seznam/szn-select-vue", "version": "1.4.2", "description": "Szn-select integration for Vue.js projects.", "main": "index.js", "scripts": { "test": "eslint --max-warnings=0 *.js && jest", "build": "gulp", "prepublishOnly": "echo Run \\'npm run publish-package\\' instead && exit 1", "publish-package": "git push && git push --tags && npm run build && npm publish --access public --ignore-scripts dist" }, "repository": { "type": "git", "url": "git+https://github.com/seznam/szn-select-vue.git" }, "keywords": [ "vue", "vue.js", "szn", "seznam", "seznam.cz", "select", "szn-select", "a11y", "accessibility" ], "author": "Martin Jurča <martin.jurca@firma.seznam.cz>", "license": "ISC", "bugs": { "url": "https://github.com/seznam/szn-select-vue/issues" }, "homepage": "https://github.com/seznam/szn-select-vue#readme", "dependencies": {}, "devDependencies": { "@babel/core": "^7.4.4", "@babel/preset-env": "^7.4.4", "@seznam/szn-select": "^1.3.0", "del": "^4.1.1", "eslint": "^5.16.0", "eslint-config-fbjs-opensource": "^2.0.0", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-replace": "^1.0.0" }, "peerDependencies": { "vue": "2.x" } }