Alex Mikhalev
8 years ago
commit
317798c1bd
2 changed files with 22 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||||
|
{ |
||||||
|
"name": "sprinklers3", |
||||||
|
"version": "1.0.0", |
||||||
|
"private": true, |
||||||
|
"description": "A frontend for mqtt based IoT sprinklers systems", |
||||||
|
"main": "index.js", |
||||||
|
"scripts": { |
||||||
|
"test": "echo \"Error: no test specified\" && exit 1" |
||||||
|
}, |
||||||
|
"repository": { |
||||||
|
"type": "git", |
||||||
|
"url": "git+https://github.com/amikhalev/sprinklers3.git" |
||||||
|
}, |
||||||
|
"author": "Alex Mikhalev <alexmikhalevalex@gmail.com>", |
||||||
|
"license": "MIT", |
||||||
|
"bugs": { |
||||||
|
"url": "https://github.com/amikhalev/sprinklers3/issues" |
||||||
|
}, |
||||||
|
"homepage": "https://github.com/amikhalev/sprinklers3#readme" |
||||||
|
} |
Loading…
Reference in new issue