UNPKG

vue-fab

Version:
57 lines (56 loc) 1.52 kB
{ "name": "vue-fab", "version": "2.3.1", "description": "Vue Floating Action Button", "main": "src/index.js", "repository": { "type": "git", "url": "https://github.com/PygmySlowLoris/vue-fab" }, "keywords": [ "vue", "fab", "floating", "action", "button" ], "author": { "name": "PygmySlowLoris Team", "email": "team@pygmyslowloris.org", "url": "https://github.com/PygmySlowLoris" }, "contributors": [ "Eduardo Marcos <edujugon@gmail.com> (https://github.com/Edujugon)", "Guido Ceraso <guidoceraso@gmail.com> (https://github.com/hazzo)" ], "license": "MIT", "bugs": { "url": "https://github.com/PygmySlowLoris/vue-fab/issues" }, "homepage": "https://github.com/PygmySlowLoris/vue-fab#readme", "scripts": { "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot", "build": "cross-env NODE_ENV=production webpack --progress --hide-modules", "prepublish": "npm run build" }, "dependencies": { "v-tooltip": "2.0.0-beta.1", "vue": "^2.2.1", "vue-clickaway": "^2.1.0", "vue-ripple-directive": "^1.0.0" }, "devDependencies": { "babel-core": "^6.0.0", "babel-loader": "^6.0.0", "babel-preset-latest": "^6.0.0", "cross-env": "^3.0.0", "css-loader": "^0.25.0", "file-loader": "^0.9.0", "url-loader": "^0.5.8", "vue-color": "^2.0.9", "vue-loader": "^11.1.4", "vue-template-compiler": "^2.2.1", "webpack": "^2.2.0", "webpack-dev-server": "^2.2.0" } }