forked from santinic/how2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.49 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "how-2",
"author": "Claudio Santini <[email protected]> (https://www.linkedin.com/in/santinic)",
"version": "1.8.2",
"description": "Uses Google and Stackoverflow to find how to do things on a Unix commmand line",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:santinic/how2.git"
},
"contributors": [
{
"name": "Paolo Cifariello",
"email": "[email protected]"
}
],
"keywords": [
"how2",
"howto",
"man",
"google",
"stackoverflow",
"stack overflow",
"stackexchange",
"stack exchange"
],
"tags": [
"how2",
"howto",
"man",
"google",
"stackoverflow",
"stack overflow",
"stackexchange",
"stack exchange"
],
"homepage": "https://github.com/santinic/how2/",
"preferGlobal": true,
"main": "./index.js",
"bin": {
"how2": "./bin/how2"
},
"scripts": {
"test": "mocha test",
"start": "./bin/how2 concatenate two files"
},
"dependencies": {
"axios": "^0.19.0",
"blessed": "^0.1.81",
"colors": "^1.1.2",
"ent": "^2.2.0",
"google-it": "^1.2.1",
"keypress": "^0.2.1",
"lodash": "^4.17.15",
"marked": "^0.7.0",
"marked-terminal": "^1.6.1",
"nconf": "^0.8.4",
"npm-latest": "^1.0.1",
"openurl": "^1.1.1",
"request": "^2.88.0",
"semver": "5.1.0",
"simple-spinner": "0.0.5",
"winston": "^3.1.0",
"yargs": "^4.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^5.2.0"
}
}