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-10-12 04:32:54 +08:00
|
|
|
"license": "Apache-2.0",
|
2015-11-01 23:06:44 +08:00
|
|
|
"scripts": {
|
2015-11-02 07:04:22 +08:00
|
|
|
"test": "node_modules/.bin/mocha"
|
2015-11-01 23:06:44 +08:00
|
|
|
},
|
2015-07-07 06:31:31 +08:00
|
|
|
"dependencies": {
|
2015-12-02 07:12:57 +08:00
|
|
|
"bcrypt": "~0.8.5",
|
2015-09-24 02:44:06 +08:00
|
|
|
"body-parser": "~1.0.1",
|
2015-12-06 02:01:40 +08:00
|
|
|
"bunyan": "^1.5.1",
|
2015-09-24 02:44:06 +08:00
|
|
|
"jsonwebtoken": "~5.0.5",
|
2015-12-02 07:12:57 +08:00
|
|
|
"lodash": "~3.10.1",
|
|
|
|
"mongojs": "^1.4.1",
|
|
|
|
"restify": "^4.0.3"
|
2015-07-07 06:31:31 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-11-01 10:25:29 +08:00
|
|
|
"chai": "^3.4.0",
|
2015-11-02 07:55:29 +08:00
|
|
|
"gulp": "^3.9.0",
|
2015-11-02 08:42:12 +08:00
|
|
|
"gulp-exit": "0.0.2",
|
2015-07-07 06:31:31 +08:00
|
|
|
"gulp-jshint": "^1.11.2",
|
2015-11-01 22:27:49 +08:00
|
|
|
"gulp-mocha": "^2.1.3",
|
2015-07-07 06:31:31 +08:00
|
|
|
"gulp-nodemon": "^2.0.3",
|
2015-11-01 10:25:29 +08:00
|
|
|
"jshint-stylish": "^2.0.1",
|
2015-11-02 07:04:22 +08:00
|
|
|
"mocha": "^2.3.3",
|
2015-12-04 07:53:30 +08:00
|
|
|
"restify-jwt": "^0.4.0",
|
2015-11-01 10:25:29 +08:00
|
|
|
"supertest": "^1.1.0"
|
2015-07-07 06:31:31 +08:00
|
|
|
}
|
2015-07-07 04:32:02 +08:00
|
|
|
}
|