-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1010 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1010 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "metastock-ric",
"version": "1.0.0",
"description": "Convert ticker symbols from NASDAQ, NYSE and AMEX into Reuters RIC and export them as custom lists for metastock.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://suparngp@github.com/suparngp/Metastock-Custom-Lists.git"
},
"bin": {
"ric": "./index.js"
},
"preferGlobal": true,
"keywords": [
"metastock",
"ric",
"reuters",
"symbols",
"stock",
"trade",
"nyse",
"nasdaq",
"amex",
"ticker"
],
"author": "Suparn Gupta <weeblysup@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/suparngp/Metastock-Custom-Lists/issues"
},
"homepage": "https://github.com/suparngp/Metastock-Custom-Lists#readme",
"dependencies": {
"argparse": "^1.0.4",
"csv-parser": "^1.9.3",
"lodash": "^4.1.0",
"node-uuid": "^1.4.7",
"q": "^1.4.1"
}
}