update package.json
This commit is contained in:
parent
3e5b2ca502
commit
f9547511d8
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "slitscan_vue",
|
"name": "slitscan_vue",
|
||||||
"version": "1.0.0",
|
"version": "1.1.1",
|
||||||
"description": "A Vue.js project",
|
"description": "A video experiment for converting static images to strobe sequences.",
|
||||||
"author": "Tomáš Mládek <tmladek@inventati.org>",
|
"homepage": "https://gitlab.com/tmladek/slitscan",
|
||||||
|
"author": "Tomáš Mládek <t@mldk.cz>",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
|
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
|
||||||
|
@ -11,7 +12,6 @@
|
||||||
"build": "node build/build.js"
|
"build": "node build/build.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bowser": "^1.9.2",
|
|
||||||
"q": "^1.5.1",
|
"q": "^1.5.1",
|
||||||
"sprintf-js": "^1.1.1",
|
"sprintf-js": "^1.1.1",
|
||||||
"vue": "^2.5.2"
|
"vue": "^2.5.2"
|
||||||
|
|
Loading…
Reference in a new issue