-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
46 lines (46 loc) · 1.25 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
{
"author": "Lewis Van Winkle",
"name": "tulind",
"version": "0.8.20",
"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.5.0",
"nan": "^2.16.0",
"@mapbox/node-pre-gyp": "^1.0.5",
"minctest": "0.0.x"
},
"devDependencies": {
"aws-sdk": "2.x"
},
"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"
}
}