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