initial commit
This commit is contained in:
Executable
+18
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user