forked from felipenmoura/sos-stackoverflow-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.16 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
{
"name": "so-search",
"version": "1.0.5",
"description": "StackOverflow Search",
"bin": {
"sos": "./index.js"
},
"environment": "node",
"preferGlobal": true,
"main": "index.js",
"scripts": {
"test": "exit 0",
"build": "babel --presets es2015 src -d dist",
"postinstall": "babel --presets es2015 src -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/felipenmoura/sos-stackoverflow-search.git"
},
"keywords": [
"Stackoverflow",
"search",
"repl",
"cli",
"command-line",
"terminal",
"console",
"syntax highlight",
"answer",
"question",
"help"
],
"author": "felipenmoura",
"license": "MIT",
"bugs": {
"url": "https://github.com/felipenmoura/sos-stackoverflow-search/issues"
},
"homepage": "https://github.com/felipenmoura/sos-stackoverflow-search#readme",
"dependencies": {
"babel": "^5.8.23",
"babel-preset-es2015": "^6.5.0",
"babelify": "^6.2.0",
"cardinal": "^0.6.0",
"cli-color": "^1.1.0",
"css": "^2.2.1",
"dom-parser": "^0.1.5",
"inquirer": "^0.12.0",
"node-fetch": "^1.3.3",
"term-cursor": "^1.0.2"
}
}