urban
Version:
Simple API and command line for Urban Dictionary
28 lines (27 loc) • 517 B
JSON
{
"author": "Murilo Santana <mvrilo@gmail.com>",
"name": "urban",
"description": "Simple API and command line for Urban Dictionary",
"version": "0.3.4",
"license": "MIT",
"main": "./lib/urban.js",
"repository": {
"type": "git",
"url": "git://github.com/mvrilo/urban.git"
},
"keywords": [
"urban",
"dictionary",
"api",
"definition"
],
"engines": {
"node": ">=v0.4.9"
},
"bin": {
"urban": "./bin/urban"
},
"dependencies": {
"commander": ">=0.3.0"
}
}