-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
53 lines (53 loc) · 1.26 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "micro-whalla",
"version": "0.1.22",
"description": "A simple, fast framework for writing microservices in Node.js communicate using RPC / IPC",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"author": "Bartosz Czerwonka <[email protected]>",
"license": "MIT",
"dependencies": {
"async": "^2.0.0-rc.3",
"callsite": "^1.0.0",
"debug": "^2.6.9",
"glob": "^7.0.3",
"lodash": "^4.11.1",
"redis": "^2.6.0-2",
"uuid": "^3.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.2.0",
"eslint-config-airbnb": "^6.0.1",
"eslint-plugin-react": "^4.0.0",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"mockery": "^1.4.1",
"proxyquire": "^1.7.4",
"sinon": "^1.17.3"
},
"keywords": [
"rpc",
"ipc",
"redis",
"microservices",
"services",
"communication",
"process",
"distributed",
"system"
],
"repository": {
"type": "git",
"url": "https://github.com/czerwonkabartosz/Micro-Whalla.git"
},
"bugs": {
"url": "https://github.com/czerwonkabartosz/Micro-Whalla/issues"
},
"homepage": "https://github.com/czerwonkabartosz/Micro-Whalla"
}