2016-04-13 09:01:28 +00:00
|
|
|
{
|
|
|
|
"name": "sodashserver",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Smart Office Dashboard Server",
|
|
|
|
"main": "index.js",
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"body-parser": "^1.14.2",
|
|
|
|
"cookie-parser": "*",
|
|
|
|
"ejs": "*",
|
|
|
|
"errorhandler": "*",
|
|
|
|
"express": "^4.13.4",
|
|
|
|
"express-session": "*",
|
|
|
|
"htmlparser": "^1.7.7",
|
|
|
|
"method-override": "*",
|
|
|
|
"minibus": "^3.1.0",
|
|
|
|
"morgan": "*",
|
|
|
|
"mqtt": "^1.7.0",
|
|
|
|
"mqtt_over_websockets": "0.0.1",
|
|
|
|
"node-localstorage": "^1.1.2",
|
|
|
|
"request": "*",
|
|
|
|
"websocket": "^1.0.22"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"after": "^0.8.1",
|
2016-04-20 13:48:48 +00:00
|
|
|
"basic-authentication": "^1.6.2",
|
2016-04-13 09:01:28 +00:00
|
|
|
"chai": "^3.5.0",
|
2016-04-20 13:48:48 +00:00
|
|
|
"cheerio": "^0.20.0",
|
|
|
|
"clone": "^1.0.2",
|
|
|
|
"del": "^2.2.0",
|
|
|
|
"elapsed": "0.0.7",
|
|
|
|
"gulp": "^3.9.1",
|
|
|
|
"gulp-autoprefixer": "^3.1.0",
|
|
|
|
"gulp-cache": "^0.4.2",
|
|
|
|
"gulp-concat": "^2.6.0",
|
|
|
|
"gulp-cssnano": "^2.1.1",
|
2016-04-20 14:19:25 +00:00
|
|
|
"gulp-debug": "^2.1.2",
|
|
|
|
"gulp-google-webfonts": "0.0.12",
|
2016-04-20 13:48:48 +00:00
|
|
|
"gulp-html-replace": "^1.5.5",
|
|
|
|
"gulp-htmlmin": "^1.3.0",
|
|
|
|
"gulp-inject": "^4.0.0",
|
2016-04-13 09:01:28 +00:00
|
|
|
"gulp-jshint": "^2.0.0",
|
2016-04-20 13:48:48 +00:00
|
|
|
"gulp-jsmin": "^0.1.5",
|
|
|
|
"gulp-livereload": "^3.8.1",
|
|
|
|
"gulp-notify": "^2.2.0",
|
|
|
|
"gulp-rename": "^1.2.2",
|
|
|
|
"gulp-uglify": "^1.5.3",
|
2016-04-13 09:01:28 +00:00
|
|
|
"jshint": "^2.9.1",
|
2016-04-20 13:48:48 +00:00
|
|
|
"jsonfile": "^2.3.0",
|
|
|
|
"log4js": "^0.6.35",
|
2016-04-13 09:01:28 +00:00
|
|
|
"mocha": "^2.4.5",
|
2016-04-20 13:48:48 +00:00
|
|
|
"mqtt-ws": "^0.2.0",
|
|
|
|
"node-cron": "^1.1.1",
|
|
|
|
"require-dir": "^0.3.0",
|
2016-04-13 09:01:28 +00:00
|
|
|
"should": "^8.2.2",
|
2016-04-20 13:48:48 +00:00
|
|
|
"string": "^3.3.1",
|
|
|
|
"sugar-date": "^1.5.1",
|
2016-04-13 09:01:28 +00:00
|
|
|
"superagent": "^1.7.2",
|
|
|
|
"supertest": "^1.1.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha --recursive --reporter spec --bail --check-leaks --timeout 3000"
|
|
|
|
},
|
|
|
|
"author": "Martin Donnelly",
|
2016-04-20 13:48:48 +00:00
|
|
|
"license": "ISC",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+http://gitlab.silvrtree.co.uk/martind2000/SODashServer.git"
|
|
|
|
}
|
2016-04-13 09:01:28 +00:00
|
|
|
}
|