19 lines
406 B
JSON
Executable File
19 lines
406 B
JSON
Executable File
{
|
|
"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"
|
|
}
|
|
}
|