forked from jsonresume/resume-cli
-
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) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"name": "resume-cli",
"version": "0.2.2",
"description": "resume-cli ==========",
"main": "index.js",
"scripts": {
"test": "node ./test/index.js | tap-spec"
},
"repository": {
"type": "git",
"url": "https://github.com/rolandnsharp/resume-cli.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rolandnsharp/resume-cli/issues"
},
"homepage": "https://github.com/rolandnsharp/resume-cli",
"bin": {
"resume": "index.js"
},
"preferGlobal": true,
"dependencies": {
"chalk": "^0.4.0",
"cli-spinner": "^0.1.5",
"colors": "^0.6.2",
"commander": "^2.2.0",
"jsonlint": "^1.6.0",
"open": "0.0.5",
"read": "^1.0.5",
"resume-schema": "latest",
"resume-to-html": "latest",
"resume-to-text": "latest",
"superagent": "^0.18.0",
"terminal-menu": "^0.3.2"
},
"devDependencies": {
"tap-spec": "^0.2.0",
"tape": "^2.13.3"
}
}