UNPKG

node-canal

Version:
41 lines (40 loc) 1.04 kB
{ "name": "node-canal", "version": "1.0.16", "description": "CANAL module interface for node.js", "main": "index.js", "gypfile": true, "scripts": { "start": "node index.js", "build:dev": "node-gyp -j 16 build --debug", "build": "node-gyp -j 16 build", "rebuild:dev": "node-gyp -j 16 rebuild --debug", "rebuild": "node-gyp -j 16 rebuild", "clean": "node-gyp clean", "lint": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/grodansparadis/node-canal.git" }, "keywords": [ "canal", "can", "vscp", "automation" ], "author": "Åke Hedman, Grodans Paradis AB <akhe@grodansparadis.com>", "license": "MIT", "bugs": { "url": "https://github.com/grodansparadis/node-canal/issues" }, "homepage": "https://github.com/grodansparadis/node-canal#readme", "dependencies": { "bindings": ">=1.5.0", "ini": ">=5.0.0", "minimist": ">=1.2.8", "node-addon-api": ">=8.3.1", "semver": ">=7.7.2", "util": ">=0.12.5" } }