gizoogle
Version:
Node.js interface for gizoogle.net - Snoop Dogg style translator
38 lines (37 loc) • 822 B
JSON
{
"name": "gizoogle",
"version": "0.0.6",
"description": "Node.js interface for gizoogle.net - Snoop Dogg style translator",
"main": "src/gizoogle.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/*_test.js",
"tdd": "mocha --watch test"
},
"repository": {
"type": "git",
"url": "https://github.com/janjakubnanista/gizoogle.git"
},
"keywords": [
"Gizoogle",
"Gangsta",
"Translator",
"Snoop Dogg"
],
"author": "Ján Naništa",
"license": "MIT",
"bugs": {
"url": "https://github.com/janjakubnanista/gizoogle/issues"
},
"homepage": "https://github.com/janjakubnanista/gizoogle",
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^2.2.1",
"nock": "^1.2.0"
},
"dependencies": {
"cheerio": "^0.18.0"
}
}