update package.json

master
Tomáš Mládek 2019-11-02 11:56:23 +01:00
parent 3e5b2ca502
commit f9547511d8
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,9 @@
{
"name": "slitscan_vue",
"version": "1.0.0",
"description": "A Vue.js project",
"author": "Tomáš Mládek <tmladek@inventati.org>",
"version": "1.1.1",
"description": "A video experiment for converting static images to strobe sequences.",
"homepage": "https://gitlab.com/tmladek/slitscan",
"author": "Tomáš Mládek <t@mldk.cz>",
"private": true,
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
@ -11,7 +12,6 @@
"build": "node build/build.js"
},
"dependencies": {
"bowser": "^1.9.2",
"q": "^1.5.1",
"sprintf-js": "^1.1.1",
"vue": "^2.5.2"