byjove/package.json
Lance Edgar c0fca0081f Bump version ahead of time...
in the hopes that it provides workaround for link vs. install issue on dev
2019-11-07 11:57:10 -06:00

38 lines
1,010 B
JSON

{
"name": "byjove",
"version": "0.1.3",
"description": "Generic-ish app components for Vue.js frontend to Tailbone API backend",
"keywords": [
"rattail",
"tailbone"
],
"homepage": "https://rattailproject.org",
"license": "GPL-3.0-or-later",
"author": {
"name": "Lance Edgar",
"email": "lance@edbob.org"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name byjove src/index.js"
},
"dependencies": {
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-service": "^3.0.5",
"rollup": "^1.26.3",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-vue": "^5.1.2",
"vue-resource": "^1.5.1",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.1"
},
"main": "./dist/byjove.umd.js",
"files": [
"dist/"
]
}