Update package.json

This commit is contained in:
Fredrik Åhs 2018-01-06 16:08:46 +01:00
parent 0996f3128c
commit 7301199bc2
1 changed files with 7 additions and 3 deletions

View File

@ -1,19 +1,23 @@
{
"name": "node-red-contrib-node-tradfri",
"version": "0.1.0",
"version": "0.1.1",
"description": "Node-RED node to utilize IKEA Trådfri devices. Fully implemented in Node.js.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "github.com/freahs/node-red-contrib-node-tradfri"
"url": "git+https://github.com/freahs/node-red-contrib-node-tradfri.git"
},
"keywords": [
"node-red",
"ikea",
"tradfri"
],
"author": "freahs",
"author": {
"name": "freahs",
"email": "freahs@kth.se"
},
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^8.5.5",