added license

This commit is contained in:
Craig
2020-01-14 20:59:18 +00:00
parent cac0e42410
commit 2729c66ccc
2 changed files with 212 additions and 1 deletions

View File

@ -1,7 +1,17 @@
{
"name": "neko-client",
"version": "1.0.0",
"version": "0.1.0",
"description": "Client for neko streaming server",
"license": "Apache License 2.0",
"author": "Nurdism <https://github.com/nurdism>",
"homepage": "https://github.com/nurdism/neko/client#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nurdism/neko.git"
},
"bugs": {
"url": "https://github.com/nurdism/neko/issues"
},
"scripts": {
"serve": "vue-cli-service serve --mode development",
"build": "vue-cli-service build",