-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
41 lines (41 loc) · 884 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
41
{
"name": "offline-issues",
"version": "1.0.0",
"description": "Clone GitHub Issues locally for offline perusal",
"main": "index.js",
"scripts": {
"test": "standard 'src/*.js'"
},
"author": "Jessica Lord",
"contributors": [
"Mu-An Chiou"
],
"bin": {
"offline-issues": "src/cli.js"
},
"license": "ISC",
"dependencies": {
"cpr": "^1.1.1",
"ghauth": "^3.2.0",
"handlebars": "^4.0.5",
"marked": "^0.3.5",
"mkdirp": "^0.5.1",
"request": "^2.72.0",
"run-parallel": "^1.1.6",
"yargs": "^4.7.1"
},
"keywords": [
"GitHub",
"Issues",
"Offline"
],
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/jlord/offline-issues.git"
},
"bugs": {
"url": "https://github.com/jlord/offline-issues/issues"
},
"homepage": "https://github.com/jlord/offline-issues"
}