Initial Commit

This commit is contained in:
Alex Mikhalev 2017-04-24 12:16:40 -06:00
commit 317798c1bd
2 changed files with 22 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/node_modules
npm-debug*

20
package.json Normal file
View File

@ -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"
}