-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 969 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "MadeInBrazil.PictureServer",
"version": "0.0.1",
"description": "Microservice for store, manipulate and serve images, based on Node.js, RabbitMQ and MongoDB",
"main": "server.js",
"scripts": {
"test": "mocha test",
"start": "node bootstrap.js"
},
"repository": {
"type": "git",
"url": "[email protected]:malheirosrafa/org.madeinbrazil.picture-server.git"
},
"keywords": [
"picture",
"manager",
"server",
"microservice"
],
"author": "Rafael da Silva Malheiros",
"license": "MIT",
"bugs": {
"url": "https://github.com/malheirosrafa/org.madeinbrazil.picture-server/issues"
},
"homepage": "https://github.com/malheirosrafa/org.madeinbrazil.picture-server",
"dependencies": {
"bunyan": "^1.4.0",
"config": "^1.14.0",
"gm": "^1.18.1",
"mongoose": "^4.0.6",
"restify": "^3.0.3"
},
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.2.5",
"sinon": "^1.15.4"
}
}