-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 957 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
40
41
42
43
{
"name": "jsconfco",
"version": "20.18.0",
"description": "A CLI with info related to the conference",
"homepage": "https://github.com/coljs/jsconfco-cli",
"bin": {
"jsconfco": "./bin/jsconfco.js"
},
"scripts": {
"lint": "standard",
"fix-lint": "standard --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"JSConf",
"Conference",
"CLI"
],
"author": "JSConfCo",
"repository": {
"type": "git",
"url": "[email protected]:coljs/jsconfco-cli.git"
},
"license": "MIT",
"dependencies": {
"args": "^5.0.0",
"asciify-image": "^0.1.3",
"cardinal": "^2.1.1",
"chalk": "^2.4.1",
"cli-table3": "^0.5.1",
"got": "^9.2.2",
"inquirer": "^6.2.0",
"marked": "0.5.1",
"marked-terminal": "3.1.1",
"moment": "^2.22.2",
"opn": "5.4.0",
"ora": "^3.0.0",
"word-wrap": "^1.2.3"
},
"devDependencies": {
"standard": "^12.0.1"
}
}