mqtt_server/package.json

98 lines
2.5 KiB
JSON
Raw Normal View History

2016-06-22 15:07:56 +00:00
{
"name": "sodashserver",
"version": "0.0.1",
"description": "Smart Office Dashboard Server",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
2016-11-13 22:21:18 +00:00
"atob": "^2.0.3",
"babel-preset-es2015": "^6.14.0",
2016-11-23 19:19:03 +00:00
"basic-authentication": "^1.7.0",
"better-npm-run": "0.0.13",
2016-11-23 19:19:03 +00:00
"body-parser": "^1.15.2",
2016-11-13 22:21:18 +00:00
"btoa": "^1.1.2",
"cfenv": "1.0.x",
2016-11-23 19:19:03 +00:00
"cookie-parser": "^1.4.3",
2016-11-13 22:21:18 +00:00
"ejs": "^2.5.2",
2016-11-23 19:19:03 +00:00
"errorhandler": "^1.5.0",
2016-11-13 22:21:18 +00:00
"events": "^1.1.1",
2016-11-23 19:19:03 +00:00
"express": "^4.14.0",
"express-session": "^1.14.2",
2016-11-13 22:21:18 +00:00
"express-session-lw": "^1.0.9",
"gulp-babel": "^6.1.2",
"gulp-banner": "^0.1.3",
2016-06-22 15:07:56 +00:00
"htmlparser": "^1.7.7",
2016-11-23 19:19:03 +00:00
"log4js": "^0.6.38",
"method-override": "^2.3.7",
2016-06-22 15:07:56 +00:00
"minibus": "^3.1.0",
2016-11-23 19:19:03 +00:00
"morgan": "^1.7.0",
2016-11-13 22:21:18 +00:00
"mqtt": "^2.0.0",
2016-06-22 15:07:56 +00:00
"mqtt_over_websockets": "0.0.1",
"node-localstorage": "^1.1.2",
2016-11-13 22:21:18 +00:00
"pg-promise": "^5.2.7",
"request": "^2.75.0",
"request-promise": "^4.1.1",
2016-11-23 19:19:03 +00:00
"sugar-date": "^2.0.2",
2016-11-13 22:21:18 +00:00
"uuid-pure": "^1.0.10",
"websocket": "^1.0.23",
"wemo-client": "^0.11.2",
"ws": "^1.1.1"
2016-06-22 15:07:56 +00:00
},
"devDependencies": {
"after": "^0.8.1",
2016-11-13 22:21:18 +00:00
"apn": "^2.0.0",
2016-06-22 15:07:56 +00:00
"apns": "^0.1.0",
2016-11-13 22:21:18 +00:00
"basic-authentication": "^1.7.0",
2016-06-22 15:07:56 +00:00
"chai": "^3.5.0",
2016-11-13 22:21:18 +00:00
"cheerio": "^0.22.0",
2016-06-22 15:07:56 +00:00
"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.5",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^2.1.2",
2016-11-13 22:21:18 +00:00
"gulp-google-webfonts": "0.0.14",
2016-06-22 15:07:56 +00:00
"gulp-html-replace": "^1.5.5",
2016-11-13 22:21:18 +00:00
"gulp-htmlmin": "^3.0.0",
2016-06-22 15:07:56 +00:00
"gulp-inject": "^4.0.0",
"gulp-jshint": "^2.0.1",
"gulp-jsmin": "^0.1.5",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.1.0",
"gulp-strip-debug": "^1.1.0",
2016-11-13 22:21:18 +00:00
"gulp-uglify": "^2.0.0",
2016-06-22 15:07:56 +00:00
"jshint": "^2.9.2",
2016-11-13 22:21:18 +00:00
"jsonfile": "^2.4.0",
2016-06-22 15:07:56 +00:00
"log4js": "^0.6.36",
2016-11-13 22:21:18 +00:00
"mocha": "^3.0.2",
2016-06-22 15:07:56 +00:00
"mqtt-ws": "^0.2.0",
"node-cron": "^1.1.1",
"require-dir": "^0.3.0",
2016-11-13 22:21:18 +00:00
"should": "^11.0.0",
2016-06-22 15:07:56 +00:00
"string": "^3.3.1",
2016-11-13 22:21:18 +00:00
"sugar": "^2.0.1",
"sugar-date": "^2.0.0",
"superagent": "^2.3.0",
"supertest": "^2.0.0"
2016-06-22 15:07:56 +00:00
},
"scripts": {
2016-11-23 19:19:03 +00:00
"start": "node server.js",
"build": "gulp default",
"production": "NODE_ENV=production node server.js"
2016-06-22 15:07:56 +00:00
},
"author": "Martin Donnelly",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+http://gitlab.silvrtree.co.uk/martind2000/SODashServer.git"
}
}