-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1.08 KB
/
package.json
File metadata and controls
25 lines (25 loc) · 1.08 KB
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
{
"name": "microservice-user",
"version": "0.0.1",
"description": "This is the 'Users' microservice.",
"scripts": {},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/v-cube/microservice-user.git"
},
"dependencies": {
"bcrypt": "~1.0.2",
"bluebird": "~3.4.6",
"grpc": "~1.4.1",
"jsonwebtoken": "~7.1.9",
"microservice-consul": "git+ssh://git@bitbucket.org/v-cube/microservice-module-consul.git",
"microservice-email": "git+ssh://git@bitbucket.org/v-cube/microservice-module-email.git",
"microservice-errors": "git+ssh://git@bitbucket.org/v-cube/microservice-module-error.git",
"microservice-i18n": "git+ssh://git@bitbucket.org/v-cube/microservice-module-i18n.git",
"microservice-mongodb-conn-pools": "git+ssh://git@bitbucket.org/v-cube/microservice-module-mongodb-conn-pool-js.git",
"microservice-protos": "git+ssh://git@bitbucket.org/v-cube/microservice-module-proto.git",
"microservice-utils": "git+ssh://git@bitbucket.org/v-cube/microservice-module-util-js.git",
"moment": "~2.16.0",
"shortid": "~2.2.6"
}
}