-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.27 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
48
49
50
51
52
53
54
55
56
{
"name": "jmp-cli",
"version": "0.2.3",
"description": "node cli to publish my resume to your terminal",
"bin": {
"jmp": "./bin/jmp.js"
},
"preferGlobal": true,
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaredmpeterson/jmp-cli.git"
},
"keywords": [
"resume",
"node",
"cli",
"api",
"personal",
"cv",
"jmp"
],
"author": "Jared M. Peterson",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaredmpeterson/jmp-cli/issues"
},
"homepage": "https://github.com/jaredmpeterson/jmp-cli#readme",
"dependencies": {
"@slack/client": "^4.3.1",
"commander": "^2.15.1",
"configstore": "^3.1.2",
"inquirer": "^6.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"mocha": "^5.2.0",
"prettier": "^1.13.5",
"sinon": "^6.0.0"
}
}