Files
js/package.json
T
2020-07-28 12:30:28 +02:00

30 lines
646 B
JSON

{
"name": "floweejs",
"version": "2020.05.1",
"description": "Flowee.js the shortest path to Bitcoin Cash",
"author": "Flowee devs <flowee@libertymail.net>",
"contributors": [
"Jim Hamill <jimtendo@protonmail.com>",
"Tom Zander <tomz@freedommail.ch>"
],
"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"
}
}