-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 894 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 894 Bytes
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
{
"name": "lien-github-comments-example",
"description": "Fetch all the GitHub comments from a repo using LienJS.",
"keywords": [
"github",
"comments",
"fetch",
"all",
"the",
"from",
"a",
"repo"
],
"license": "MIT",
"version": "1.0.1",
"main": "lib/index.js",
"scripts": {
"start": "node server"
},
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"homepage": "https://github.com/LienJS/github-comments#readme",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"resources/",
"menu/",
"cli.js",
"index.js"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/LienJS/github-comments.git"
},
"bugs": {
"url": "https://github.com/LienJS/github-comments/issues"
},
"dependencies": {
"gh.js": "^3.0.8",
"lien": "^3.3.0"
}
}