forked from nodezoo/nodezoo-github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.48 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.48 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
46
47
48
49
50
51
52
53
54
{
"name": "nodezoo-github",
"version": "6.1.0",
"description": "A micro-service that provides Github related information to NodeZoo",
"scripts": {
"start": "node srv/start.js",
"isolated": "GITHUB_ISOLATED=true node srv/start.js",
"lint": "lab test -dL"
},
"main": "lib/github.js",
"keywords": [
"nodezoo",
"seneca",
"github",
"microservice"
],
"author": "Richard Rodger (github.com/rjrodger)",
"contributors": [
"Jane Quinn (github.com/CodeWriterWriter)",
"Glen Keane (github.com/thekemkid)",
"Dean McDonnell (github.com/mcdonnelldean)",
"Matthew O'Connor (github.com/matt-oc)",
"Shane Lacey (github.com/shanel262)"
],
"homepage": "https://github.com/nodezoo/nodezoo-github#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nodezoo/nodezoo-github.git"
},
"bugs": {
"url": "https://github.com/nodezoo/nodezoo-github/issues"
},
"license": "MIT",
"dependencies": {
"github4": "0.5.4",
"request": "2.69.0",
"seneca": "2.0.0",
"seneca-balance-client": "0.4.0",
"seneca-entity": "0.0.1",
"seneca-level-store": "0.2.3",
"seneca-mesh": "0.7.0",
"seneca-redis-store": "0.0.8",
"toolbag": "2.0.0",
"toolbag-plugin-stats-collector": "1.0.0",
"toolbag-plugin-udp-reporter": "1.0.0"
},
"devDependencies": {
"code": "2.1.0",
"eslint-config-seneca": "1.1.2",
"eslint-plugin-hapi": "4.0.0",
"eslint-plugin-standard": "1.3.1",
"lab": "8.2.0"
}
}