native-client
Version:
A NodeJS-based small native client that helps browser extensions to communicate with your operating system.
28 lines (27 loc) • 747 B
JSON
{
"name": "native-client",
"version": "1.0.4",
"description": "A NodeJS-based small native client that helps browser extensions to communicate with your operating system.",
"main": "access.js",
"scripts": {
"install": "node install.js --ignore_node $1",
"uninstall": "node uninstall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andy-portmen/native-client-npm.git"
},
"keywords": [
"nodejs",
"chrome-extension",
"firefox-addon",
"edge-extension",
"opera-addon"
],
"author": "@andy-portmen",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/andy-portmen/native-client-npm/issues"
},
"homepage": "https://webextension.org/listing/open-in.html"
}