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"
|
|
|
|
},
|
|
|
|
|
2015-07-07 06:31:31 +08:00
|
|
|
"dependencies": {
|
|
|
|
"express": "~4.0.0",
|
|
|
|
"mongoose": "~3.6.13",
|
|
|
|
"body-parser": "~1.0.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"gulp-jshint": "^1.11.2",
|
|
|
|
"gulp-nodemon": "^2.0.3",
|
|
|
|
"jshint-stylish": "^2.0.1"
|
|
|
|
}
|
2015-07-07 04:32:02 +08:00
|
|
|
}
|