31 lines
756 B
JSON
31 lines
756 B
JSON
{
|
|
"name": "lumberjack",
|
|
"version": "1.0.0",
|
|
"description": "PLC Data Logger",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Henry-Pump/DataLogger-Generic.git"
|
|
},
|
|
"author": "Patrick McDonagh",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Henry-Pump/DataLogger-Generic/issues"
|
|
},
|
|
"homepage": "https://github.com/Henry-Pump/DataLogger-Generic#readme",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-env": "^1.6.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"mocha": "^3.5.3",
|
|
"rimraf": "^2.6.2"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.15.5",
|
|
"morgan": "^1.8.2"
|
|
}
|
|
}
|