forked from santinic/how2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.33 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
{
"name": "how2",
"author": "Claudio Santini <[email protected]> (https://www.linkedin.com/in/santinic)",
"version": "1.0.5",
"description": "Uses Google and Stackoverflow to find how to do things on a Unix commmand line",
"license": "NON-MILITARY SOCIALIST LICENCE VERSION 1",
"repository": {
"type": "git",
"url": "[email protected]:santinic/how2.git"
},
"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": {
"start": "./bin/how2 concatenate two files"
},
"dependencies": {
"blessed": "^0.1.81",
"colors": "^1.1.2",
"devnull": "0.0.12",
"ent": "^2.2.0",
"google": "^1.4.0",
"keypress": "^0.2.1",
"lodash": "^4.3.0",
"marked": "^0.3.3",
"marked-terminal": "^1.6.1",
"nconf": "^0.8.4",
"npm-latest": "^1.0.1",
"request": "^2.69.0",
"scanf": "^0.7.0",
"utile": "^0.3.0",
"yargs": "^4.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}