30 lines
634 B
JSON
30 lines
634 B
JSON
{
|
|
"name": "floweejs",
|
|
"version": "2021.05.0",
|
|
"description": "Flowee.js the shortest path to Bitcoin Cash",
|
|
"author": "Flowee devs <info@flowee.org>",
|
|
"contributors": [
|
|
"Jim Hamill <jimtendo@protonmail.com>",
|
|
"Tom Zander <tom@flowee.org>"
|
|
],
|
|
|
|
"main": "lib",
|
|
"private": false,
|
|
"license": "GPL-3.0-or-later",
|
|
"engines": {
|
|
"node": ">=10.16"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.com/FloweeTheHub/floweejs"
|
|
},
|
|
"dependencies": {
|
|
"bindings": "~1.2.1",
|
|
"cmake-js": "^6.0.0",
|
|
"node-addon-api": "^1.6.0"
|
|
},
|
|
"scripts": {
|
|
"install": "cmake-js compile"
|
|
}
|
|
}
|