2019-11-03 20:51:27 +01:00
|
|
|
{
|
|
|
|
|
"name": "floweejs",
|
2021-08-09 19:46:57 +02:00
|
|
|
"version": "2021.05.0",
|
2019-11-03 20:51:27 +01:00
|
|
|
"description": "Flowee.js the shortest path to Bitcoin Cash",
|
2020-11-17 21:55:32 +01:00
|
|
|
"author": "Flowee devs <info@flowee.org>",
|
2020-07-27 11:42:25 +02:00
|
|
|
"contributors": [
|
|
|
|
|
"Jim Hamill <jimtendo@protonmail.com>",
|
2020-11-17 21:55:32 +01:00
|
|
|
"Tom Zander <tom@flowee.org>"
|
2020-07-27 11:42:25 +02:00
|
|
|
],
|
|
|
|
|
|
|
|
|
|
"main": "lib",
|
2019-11-13 15:18:44 +01:00
|
|
|
"private": false,
|
2019-11-13 17:40:55 +01:00
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10.16"
|
|
|
|
|
},
|
2019-11-13 16:03:39 +01:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://gitlab.com/FloweeTheHub/floweejs"
|
|
|
|
|
},
|
2019-11-03 20:51:27 +01:00
|
|
|
"dependencies": {
|
|
|
|
|
"bindings": "~1.2.1",
|
2019-11-03 22:50:59 +01:00
|
|
|
"cmake-js": "^6.0.0",
|
2019-11-03 20:51:27 +01:00
|
|
|
"node-addon-api": "^1.6.0"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2019-11-03 22:50:59 +01:00
|
|
|
"install": "cmake-js compile"
|
2019-11-13 17:40:55 +01:00
|
|
|
}
|
2019-11-03 20:51:27 +01:00
|
|
|
}
|