forked from derek/node-yql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
15 lines (15 loc) · 852 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ "name" : "yql"
, "version" : "0.4.8"
, "engines" : { ">=npm":"1.1.0-3", "node":">=v0.6.9" }
, "maintainers" : [ { "name": "Derek Gathright", "email": "drg@yahoo-inc.com" } ]
, "scripts" : { "test": "test.js" }
, "main" : "./lib/yql"
, "directories" : { "lib" : "./lib/" }
, "description" : "A YQL (Yahoo Query Language) client"
, "url" : "https://github.com/derek/node-yql"
, "contributors" : [ "Michael Matuzak <matuzak@yahoo-inc.com>" ]
, "keywords" : [ "yql" ]
, "repository" : {"type" : "git", "url" : "http://github.com/derek/node-yql.git" }
, "bugs" : { "mail" : "drg@yahoo-inc.com", "url": "https://github.com/derek/node-yql/issues" }
, "licenses" : [ { "type": "BSD", "url": "https://github.com/derek/node-yql/raw/master/LICENSE" } ]
, "dependencies" : { "request" : ">=2.9.201" }}