forked from jlord/offline-issues
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 919 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 919 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
{
"name": "offline-issues",
"version": "0.0.5",
"description": "Clone GitHub Issues locally for offline perusal",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jessica Lord",
"contributors": [
"Mu-An Chiou"
],
"bin": {
"offline-issues": "src/cli.js"
},
"license": "ISC",
"dependencies": {
"cpr": "^0.2.0",
"ghauth": "^0.3.1",
"handlebars": "^2.0.0-alpha.4",
"marked": "^0.3.2",
"minimist": "^0.1.0",
"mkdirp": "^0.5.0",
"request": "^2.36.0",
"run-parallel": "^1.0.0"
},
"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"
}