-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
40 lines (40 loc) · 928 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
39
40
{
"name": "nodezoo-github",
"version": "1.0.0",
"description": "nodezoo-github",
"main": "github.js",
"keywords": [
"nodezoo",
"seneca",
"github",
"microservice"
],
"scripts": {
"test": "lab -P test"
},
"repository": {
"type": "git",
"url": "https://github.com/nodezoo/nodezoo-github.git"
},
"author": "Richard Rodger (http://richardrodger.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodezoo/nodezoo-github/issues"
},
"homepage": "https://github.com/nodezoo/nodezoo-github",
"dependencies": {
"github": "9.2.0",
"seneca": "3.4.2",
"seneca-balance-client": "0.6.1",
"seneca-monitor": "0.1.0",
"seneca-mesh": "0.11.0",
"seneca-entity": "2.0.2",
"seneca-jsonfile-store": "1.0.0",
"seneca-redis-transport": "0.3.0",
"seneca-repl": "1.1.2"
},
"devDependencies": {
"code": "4.1.x",
"lab": "14.0.x"
}
}