forked from jsonresume/resume-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.09 KB
/
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
42
43
44
45
46
47
{
"name": "resume-cli",
"version": "1.2.2",
"description": "The JSON Resume command line interface",
"main": "index.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha test test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rolandnsharp/resume-cli.git"
},
"license": "MIT",
"bin": {
"resume": "index.js"
},
"preferGlobal": true,
"dependencies": {
"async": "^1.5.0",
"chalk": "^1.1.1",
"char-spinner": "^1.0.1",
"cli-spinner": "^0.2.1",
"colors": "^1.1.2",
"commander": "^2.9.0",
"dotenv": "^2.0.0",
"jsonlint": "^1.6.2",
"jsonresume-theme-crisp": "^0.2.12",
"jsonresume-theme-flat": "^0.3.7",
"jsonresume-theme-modern": "0.0.18",
"node-static": "~0.7.7",
"opn": "5.4.0",
"puppeteer": "^1.0.0",
"read": "~1.0.7",
"resume-schema": "latest",
"resume-to-html": "latest",
"resume-to-text": "latest",
"should": "^11.1.0",
"superagent": "^3.8.3",
"terminal-menu": "^2.1.1"
},
"devDependencies": {
"mocha": "^3.0.2"
},
"engines": {
"node": "^8"
}
}