serialport-v5
Version:
fork with electron support of Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!
171 lines (170 loc) • 4.54 kB
JSON
{
"name": "serialport-v5",
"version": "5.0.0",
"description": "fork with electron support of Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!",
"author": {
"name": "Chris Williams",
"email": "voodootikigod@gmail.com",
"url": "http://www.voodootikigod.com"
},
"binary": {
"module_name": "serialport-v5",
"module_path": "build/{configuration}/",
"host": "https://github.com/akaJes/node-serialport/releases/download/5.0.0"
},
"main": "lib",
"repository": {
"type": "git",
"url": "git://github.com/akaJes/node-serialport.git"
},
"keywords": [
"ccTalk",
"com port",
"data logging",
"hardware",
"iot",
"johnny-five",
"modem",
"nodebots",
"RFID",
"sensor",
"serial port",
"serial",
"serialport",
"sms gateway",
"stream",
"tty",
"UART"
],
"maintainers": [
{
"name": "Jacob Rosenthal",
"email": "jakerosenthal@gmail.com"
},
{
"name": "Chris Williams",
"email": "voodootikigod@gmail.com"
},
{
"name": "Joe Ferner",
"email": "joe.ferner@nearinfinity.com"
},
{
"name": "Jay Beavers",
"email": "jay@hikinghomeschoolers.org"
},
{
"name": "Rob Giseburt",
"email": "giseburt@gmail.com"
},
{
"name": "Francis Gulotta",
"email": "wizard@roborooter.com"
}
],
"dependencies": {
"bindings": "1.3.0",
"commander": "^2.11.0",
"debug": "^2.6.6",
"nan": "^2.6.2",
"node-pre-gyp": "^0.6.36",
"promirepl": "^1.0.1",
"safe-buffer": "^5.0.1"
},
"devDependencies": {
"bluebird": "^3.5.0",
"chai": "^4.0.2",
"chai-subset": "^1.5.0",
"eslint": "^4.1.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"istanbul": "^0.4.4",
"jsdoc-to-markdown": "^3.0.0",
"mocha": "^3.4.2",
"node-pre-gyp-github": "^1.1.2",
"pre-gyp-pack": "^1.0.1",
"proxyquire": "^1.7.10",
"sinon": "^2.3.8"
},
"bundledDependencies": [
"node-pre-gyp"
],
"engines": {
"node": ">=4.0.0"
},
"bin": {
"serialport-list": "./bin/list.js",
"serialport-repl": "./bin/repl.js",
"serialport-term": "./bin/terminal.js"
},
"license": "MIT",
"scripts": {
"arduino-test": "TEST_PORT=$(./bin/find-arduino.js) npm test",
"docs": "jsdoc2md --no-cache -t .docs/README.hbs --partial .docs/sig-name.hbs --partial .docs/sig-link.hbs --partial .docs/edit-warning.hbs -r table --separators --name-format -f lib/* lib/bindings/* lib/parsers/* > README.md",
"docs:diff": "jsdoc2md --no-cache -t .docs/README.hbs --partial .docs/sig-name.hbs --partial .docs/sig-link.hbs --partial .docs/edit-warning.hbs -r table --separators --name-format -f lib/* lib/bindings/* lib/parsers/* | diff README.md - || (echo 'Docs out of date, run `npm run docs` and commit the new README.md' && false)",
"install": "node-pre-gyp install --fallback-to-build",
"package": "pre-gyp-pack",
"lint": "eslint lib test bin examples",
"rebuild-all": "npm rebuild && node-gyp rebuild",
"repl": "node bin/repl.js",
"stress": "mocha --no-timeouts test/arduinoTest/stress.js",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha",
"test:watch": "mocha -w",
"valgrind": "TEST_PORT=$(./bin/find-arduino.js) valgrind --leak-check=full node test/manual-testing/memory-binding.js",
"debugger": "TEST_PORT=$(./bin/find-arduino.js) node --inspect --debug-brk test/manual-testing/performance.js"
},
"pre-gyp-pack": {
"owner": "akaJes",
"repo": "node-serialport",
"platforms": {
"electron": {
"1.6.10": [
"ia32",
"x64"
],
"1.4.16": [
"ia32",
"x64"
],
"1.3.13": [
"ia32",
"x64"
],
"1.2.8": [
"ia32",
"x64"
],
"1.0.2": [
"ia32",
"x64"
]
},
"node": {
"8.0.0": [
"ia32",
"x64"
],
"7.10.0": [
"ia32",
"x64"
],
"6.10.3": [
"ia32",
"x64"
],
"5.12.0": [
"ia32",
"x64"
],
"4.8.3": [
"ia32",
"x64"
]
}
}
},
"gypfile": true
}