11 lines
278 B
JSON
11 lines
278 B
JSON
|
|
{
|
||
|
|
"name": "wickra-examples-node",
|
||
|
|
"version": "0.0.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "Runnable Node.js examples for the Wickra technical-analysis library.",
|
||
|
|
"license": "SEE LICENSE IN ../../LICENSE",
|
||
|
|
"dependencies": {
|
||
|
|
"wickra": "file:../../bindings/node"
|
||
|
|
}
|
||
|
|
}
|