34 lines
816 B
JSON
34 lines
816 B
JSON
{
|
|
"name": "lumberjack",
|
|
"version": "1.0.0",
|
|
"description": "Datalogger Web Server for PLC data",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Henry-Pump/Lumberjack-GraphQL.git"
|
|
},
|
|
"author": "Patrick McDonagh, Henry Pump",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Henry-Pump/Lumberjack-GraphQL/issues"
|
|
},
|
|
"homepage": "https://github.com/Henry-Pump/Lumberjack-GraphQL#readme",
|
|
"dependencies": {
|
|
"body-parser": "^1.18.2",
|
|
"dotenv": "^4.0.0",
|
|
"express": "^4.16.1",
|
|
"graphql": "^0.11.6",
|
|
"graphql-sequelize": "^5.4.2",
|
|
"morgan": "^1.9.0",
|
|
"mysql": "^2.14.1",
|
|
"mysql2": "^1.4.2",
|
|
"sequelize": "^4.13.2"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^3.5.3"
|
|
}
|
|
}
|