SODashServer/package.json

74 lines
1.8 KiB
JSON

{
"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",
"basic-authentication": "^1.6.2",
"chai": "^3.5.0",
"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",
"gulp-debug": "^2.1.2",
"gulp-google-webfonts": "0.0.12",
"gulp-html-replace": "^1.5.5",
"gulp-htmlmin": "^1.3.0",
"gulp-inject": "^4.0.0",
"gulp-jshint": "^2.0.0",
"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",
"jshint": "^2.9.1",
"jsonfile": "^2.3.0",
"log4js": "^0.6.35",
"mocha": "^2.4.5",
"mqtt-ws": "^0.2.0",
"node-cron": "^1.1.1",
"require-dir": "^0.3.0",
"should": "^8.2.2",
"string": "^3.3.1",
"sugar-date": "^1.5.1",
"superagent": "^1.7.2",
"supertest": "^1.1.0"
},
"scripts": {
"test": "mocha --recursive --reporter spec --bail --check-leaks --timeout 3000",
"start": "node app"
},
"author": "Martin Donnelly",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+http://gitlab.silvrtree.co.uk/martind2000/SODashServer.git"
}
}