SODashServer/package.json
Martin Donnelly d93ebb4466 init
2016-04-13 10:01:28 +01:00

43 lines
990 B
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",
"chai": "^3.5.0",
"gulp-jshint": "^2.0.0",
"jshint": "^2.9.1",
"log4js": "^0.6.31",
"mocha": "^2.4.5",
"should": "^8.2.2",
"superagent": "^1.7.2",
"supertest": "^1.1.0"
},
"scripts": {
"test": "mocha --recursive --reporter spec --bail --check-leaks --timeout 3000"
},
"author": "Martin Donnelly",
"license": "ISC"
}