initial commit

This commit is contained in:
Yorick
2016-04-01 14:09:55 +00:00
commit 2e04121fef
2175 changed files with 537519 additions and 0 deletions
Executable
+18
View File
@@ -0,0 +1,18 @@
{
"name": "fmonapi",
"version": "0.0.1",
"description": "CSGrip mains frequency monitoring",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "dkroeske@gmail.com",
"license": "MIT",
"dependencies": {
"body-parser": "^1.8.3",
"express": "^4.9.4",
"jwt-simple": "^0.2.0",
"moment": "^2.8.3",
"morgan": "^1.5.0"
}
}