Files
js/package.json
T

30 lines
646 B
JSON
Raw Permalink Normal View History

2019-11-03 20:51:27 +01:00
{
"name": "floweejs",
2020-07-27 20:55:59 +02:00
"version": "2020.05.1",
2019-11-03 20:51:27 +01:00
"description": "Flowee.js the shortest path to Bitcoin Cash",
2020-07-27 11:42:25 +02:00
"author": "Flowee devs <flowee@libertymail.net>",
"contributors": [
"Jim Hamill <jimtendo@protonmail.com>",
"Tom Zander <tomz@freedommail.ch>"
],
"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
}