forked from TulipCharts/tulipnode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (47 loc) · 1.21 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
{
"author": "Lewis Van Winkle",
"name": "tulind",
"version": "0.8.10",
"description": "Tulip Indicators Wrapper Providing Over 100 Technical Analysis Functions",
"main": "index.js",
"gypfile": true,
"repository": {
"type": "git",
"url": "git://github.com/TulipCharts/tulipnode"
},
"keywords": [
"tulip",
"charts",
"charting",
"indicators",
"oscillator",
"overlay",
"technical",
"analysis",
"finance",
"trading",
"markets"
],
"license": "LGPL-3.0",
"dependencies": {
"bindings": "^1.3.0",
"nan": "^2.8.0",
"node-pre-gyp": "^0.9.0",
"minctest": "0.0.x"
},
"devDependencies": {
"aws-sdk": "2.x"
},
"bundledDependencies": ["node-pre-gyp"],
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"test": "node test.js"
},
"binary": {
"module_name": "tulind",
"module_path" : "./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/",
"remote_path" : "./{module_name}/v{version}/{configuration}/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"host": "https://tulipnode.s3.amazonaws.com"
}
}