1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-12 19:29:30 +08:00
Mainflux.mainflux/package.json

33 lines
764 B
JSON
Raw Normal View History

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"
},
"license": "Apache-2.0",
"scripts": {
"test": "node_modules/.bin/mocha"
},
2015-07-07 00:31:31 +02: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 00:31:31 +02:00
},
"devDependencies": {
"chai": "^3.4.0",
"gulp": "^3.9.0",
"gulp-exit": "0.0.2",
2015-07-07 00:31:31 +02:00
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
2015-07-07 00:31:31 +02:00
"gulp-nodemon": "^2.0.3",
"jshint-stylish": "^2.0.1",
"mocha": "^2.3.3",
"supertest": "^1.1.0"
2015-07-07 00:31:31 +02:00
}
2015-07-06 22:32:02 +02:00
}