-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.23 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "servicebase",
"version": "1.0.3",
"description": "A package to help build microservices application in nodejs, using RabbitMQ as transportation, Consult as Configuration Storage & Heath Check, Redis as caching",
"main": "index.js",
"typings": "./typings/servicebase/servicebase.d.ts",
"dependencies": {
"bluebird": "^3.4.0",
"consul": "^0.25.0",
"continuation-local-storage": "^3.1.7",
"jsonic": "git+https://trungdang_apium@bitbucket.org/trungdang_apium/jsonic.git",
"lodash": ">2.4.0",
"loggly": "^1.1.0",
"pg": "^5.0.0",
"seneca": "^2.0.1",
"seneca-amqp-transport": "^0.2.2",
"sequelize": "^3.23.3",
"sqlite3": "^3.1.4",
"uuid": "^3.0.0"
},
"devDependencies": {
"chai": "^3.4.1",
"grunt-cli": "^0.1.13",
"mocha": "^2.3.4",
"sinon": "^1.17.2",
"supertest": "^1.1.0"
},
"engine": "node 4.3.0",
"scripts": {
"test": "grunt test"
},
"keywords": [
"seneca",
"rabbitmq",
"microservices",
"consul"
],
"repository": {
"type": "git",
"url": "git+https://github.com/immanuel192/servicebase.git"
},
"author": "Trung Dang (trungdt@absoft.vn)",
"license": "ISC",
"homepage": "https://github.com/immanuel192/servicebase#readme"
}