-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 804 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "yql-node",
"version": "0.2.1",
"description": "A YQL helper module for easy queries against YQL API. Includes OAuth access as well for those who wish authenticated access.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djordjelacmanovic/yql-node.git"
},
"keywords": [
"yql",
"oauth",
"api"
],
"author": "Djordje Lacmanovic <djordje.lacmanovic@gmail.com> (http://djordjelacmanovic.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/djordjelacmanovic/yql-node/issues"
},
"homepage": "https://github.com/djordjelacmanovic/yql-node#readme",
"dependencies": {
"needle": "^0.10.0",
"oauth": "^0.9.13"
}
}