Mainflux.mainflux/package.json

30 lines
675 B
JSON
Raw Normal View History

2015-07-07 04:32:02 +08:00
{
2015-07-07 06:31:31 +08:00
"name": "node-api",
2015-07-28 06:50:20 +08:00
"description": "Mainflux is an open source MIT licensed IoT cloud written in NodeJS",
2015-07-07 06:31:31 +08:00
"main": "server.js",
2015-07-28 06:50:20 +08:00
"repository": {
"type": "git",
"url": "https://github.com/Mainflux/mainflux"
},
"license": "Apache-2.0",
"scripts": {
"test": "mocha"
},
2015-07-07 06:31:31 +08:00
"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"
2015-07-07 06:31:31 +08:00
},
"devDependencies": {
"chai": "^3.4.0",
2015-07-07 06:31:31 +08:00
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
2015-07-07 06:31:31 +08:00
"gulp-nodemon": "^2.0.3",
"jshint-stylish": "^2.0.1",
"supertest": "^1.1.0"
2015-07-07 06:31:31 +08:00
}
2015-07-07 04:32:02 +08:00
}