{ "name": "node-api", "description": "Mainflux is an open source MIT licensed IoT cloud written in NodeJS", "main": "server.js", "repository": { "type": "git", "url": "https://github.com/Mainflux/mainflux" }, "license": "Apache-2.0", "dependencies": { "express": "~4.0.0", "mongoose": "~3.6.13", "body-parser": "~1.0.1", "jsonwebtoken": "~5.0.5", "bcrypt": "~0.8.5", "lodash": "~3.10.1" }, "devDependencies": { "chai": "^3.4.0", "gulp-jshint": "^1.11.2", "gulp-mocha": "^2.1.3", "gulp-nodemon": "^2.0.3", "jshint-stylish": "^2.0.1", "supertest": "^1.1.0" } }