yql-client
Version:
Nodejs client lib for the Yahoo YQL service.
39 lines (38 loc) • 768 B
JSON
{
"name": "yql-client",
"version": "0.0.3",
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "~1.18.2"
},
"description": "Nodejs client lib for the Yahoo YQL service.",
"homepage": "https://github.com/jsturgis/YQL-client",
"author": {
"name": "Jeff Sturgis",
"email": "jeffsturgis@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/jsturgis/YQL-client"
},
"bugs": {
"url": "https://github.com/jsturgis/YQL-client/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jsturgis/node-scribd-client/blob/master/LICENSE-MIT"
}
],
"main": "yql",
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"yql",
"yui",
"rest"
]
}