Initial version of Node.js rewrite

This commit is contained in:
Samer Albahra
2015-07-01 00:12:02 -05:00
parent 3bd0decc2d
commit 3d6c7d6da3
8 changed files with 339 additions and 448 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "os-weather-service",
"description": "OpenSprinkler Weather Service",
"version": "0.0.1",
"dependencies": {
"dotenv": "^1.2.0",
"express": "^4.13.0",
"grunt": "^0.4.5",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jscs": "^1.8.0"
}
}