forked from jsonresume/resume-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 880 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
{
"name": "resume-cli",
"version": "0.3.11",
"description": "The JSON Resume command line interface",
"author": "",
"main": "index.js",
"scripts": {
"test": "node ./test/index.js | tap-spec"
},
"repository": {
"type": "git",
"url": "https://github.com/rolandnsharp/resume-cli.git"
},
"license": "MIT",
"bin": {
"resume": "index.js"
},
"preferGlobal": true,
"dependencies": {
"async": "^0.9.0",
"chalk": "^0.4.0",
"char-spinner": "^1.0.1",
"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"
}
}