-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
37 lines (37 loc) · 870 Bytes
/
package.json
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
29
30
31
32
33
34
35
36
37
{
"name": "quandl",
"version": "0.0.6",
"description": "A nodejs module for interacting with the Quandl API.",
"main": "main.js",
"dependencies": {
"assert": "^1.1.1",
"async": "^0.6.2",
"lodash": "^2.4.1",
"mocha": "^2.2.4",
"request": "https://registry.npmjs.org/request/-/request-2.34.0.tgz"
},
"devDependencies": {},
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/normanjoyner/node-quandl.git"
},
"keywords": [
"quandl",
"api",
"finance",
"numerical",
"data",
"economic",
"social",
"datasets"
],
"author": "Norman Joyner <[email protected]>",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/normanjoyner/node-quandl/issues"
},
"homepage": "https://github.com/normanjoyner/node-quandl"
}