2015-07-06 22:32:02 +02:00
|
|
|
{
|
2015-07-07 00:31:31 +02:00
|
|
|
"name": "node-api",
|
2015-07-28 00:50:20 +02:00
|
|
|
"description": "Mainflux is an open source MIT licensed IoT cloud written in NodeJS",
|
2015-07-07 00:31:31 +02:00
|
|
|
"main": "server.js",
|
2015-07-28 00:50:20 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Mainflux/mainflux"
|
|
|
|
},
|
2015-10-11 22:32:54 +02:00
|
|
|
"license": "Apache-2.0",
|
2015-11-01 16:06:44 +01:00
|
|
|
"scripts": {
|
2015-11-02 00:04:22 +01:00
|
|
|
"test": "node_modules/.bin/mocha"
|
2015-11-01 16:06:44 +01:00
|
|
|
},
|
2015-07-07 00:31:31 +02:00
|
|
|
"dependencies": {
|
2015-12-02 00:12:57 +01:00
|
|
|
"bcrypt": "~0.8.5",
|
2015-09-23 20:44:06 +02:00
|
|
|
"body-parser": "~1.0.1",
|
2015-12-05 19:01:40 +01:00
|
|
|
"bunyan": "^1.5.1",
|
2015-09-23 20:44:06 +02:00
|
|
|
"jsonwebtoken": "~5.0.5",
|
2015-12-02 00:12:57 +01:00
|
|
|
"lodash": "~3.10.1",
|
|
|
|
"mongojs": "^1.4.1",
|
|
|
|
"restify": "^4.0.3"
|
2015-07-07 00:31:31 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-11-01 03:25:29 +01:00
|
|
|
"chai": "^3.4.0",
|
2015-11-02 00:55:29 +01:00
|
|
|
"gulp": "^3.9.0",
|
2015-11-02 01:42:12 +01:00
|
|
|
"gulp-exit": "0.0.2",
|
2015-07-07 00:31:31 +02:00
|
|
|
"gulp-jshint": "^1.11.2",
|
2015-11-01 15:27:49 +01:00
|
|
|
"gulp-mocha": "^2.1.3",
|
2015-07-07 00:31:31 +02:00
|
|
|
"gulp-nodemon": "^2.0.3",
|
2015-11-01 03:25:29 +01:00
|
|
|
"jshint-stylish": "^2.0.1",
|
2015-11-02 00:04:22 +01:00
|
|
|
"mocha": "^2.3.3",
|
2015-12-04 00:53:30 +01:00
|
|
|
"restify-jwt": "^0.4.0",
|
2015-11-01 03:25:29 +01:00
|
|
|
"supertest": "^1.1.0"
|
2015-07-07 00:31:31 +02:00
|
|
|
}
|
2015-07-06 22:32:02 +02:00
|
|
|
}
|