node-goo
Version:
A command line google/question answering utility
51 lines (50 loc) • 1.2 kB
JSON
{
"name": "node-goo",
"man": "./manual/goo.1",
"version": "1.0.1",
"description": "A command line google/question answering utility",
"main": "app.js",
"scripts": {
"test": "mocha --recursive --timeout 5000",
"coverage": "istanbul cover --include-all-sources true --report html _mocha -- --recursive; open coverage/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexanderbanks/goo.git"
},
"keywords": [
"command",
"line",
"google",
"stack",
"overflow",
"fun",
"friendship",
"alex"
],
"author": "Alex Banks, Matt Borowiec, Angela Riggs, Toby Craig, Michelle Udem",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexanderbanks/goo/issues"
},
"homepage": "https://github.com/alexanderbanks/goo#readme",
"dependencies": {
"chalk": "^1.1.3",
"cheerio": "^0.22.0",
"crypto": "0.0.3",
"html-entities": "^1.2.0",
"q": "^1.4.1",
"request": "^2.74.0",
"url": "^0.11.0"
},
"bin": {
"goo": "app.js"
},
"preferGlobal": true,
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.5",
"mocha": "^3.0.2",
"mock-fs": "^3.11.0"
}
}