You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
563 B
20 lines
563 B
{ |
|
"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" |
|
}
|
|
|