|
1 | 1 | { |
2 | | - "name": "serialport", |
3 | | - "version": "4.0.7", |
4 | | - "description": "Node.js package to access serial ports. Welcome your robotic javascript overlords. Better yet, program them!", |
| 2 | + "name": "serialport-v4", |
| 3 | + "version": "4.0.9", |
| 4 | + "description": "fork with electron support of Node.js package to access serial ports. Welcome your robotic javascript overlords. Better yet, program them!", |
5 | 5 | "author": { |
6 | 6 | "name": "Chris Williams", |
7 | 7 | "email": "voodootikigod@gmail.com", |
8 | 8 | "url": "http://www.voodootikigod.com" |
9 | 9 | }, |
10 | 10 | "binary": { |
11 | | - "module_name": "serialport", |
| 11 | + "module_name": "serialport-v4", |
12 | 12 | "module_path": "build/{configuration}/", |
13 | | - "host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7" |
| 13 | + "host": "https://github.com/akaJes/node-serialport/releases/download/4.0.9" |
14 | 14 | }, |
15 | 15 | "main": "./lib/serialport", |
16 | 16 | "repository": { |
17 | 17 | "type": "git", |
18 | | - "url": "git://github.com/EmergingTechnologyAdvisors/node-serialport.git" |
| 18 | + "url": "git://github.com/akaJes/node-serialport.git" |
19 | 19 | }, |
20 | 20 | "keywords": [ |
21 | 21 | "serialport", |
|
73 | 73 | "mocha": "^2.4.5", |
74 | 74 | "node-pre-gyp-github": "^1.1.2", |
75 | 75 | "nyc": "^6.4.4", |
| 76 | + "pre-gyp-pack": "^1.0.1", |
76 | 77 | "sandboxed-module": "^2.0.3", |
77 | 78 | "sinon": "^1.17.3", |
78 | 79 | "sinon-chai": "^2.8.0" |
|
88 | 89 | "serialport-term": "./bin/serialport-terminal.js" |
89 | 90 | }, |
90 | 91 | "license": "MIT", |
| 92 | + "pre-gyp-pack": { |
| 93 | + "owner": "akaJes", |
| 94 | + "repo": "node-serialport", |
| 95 | + "platforms": { |
| 96 | + "electron": { |
| 97 | + "1.6.10": [ |
| 98 | + "ia32", |
| 99 | + "x64" |
| 100 | + ], |
| 101 | + "1.4.16": [ |
| 102 | + "ia32", |
| 103 | + "x64" |
| 104 | + ], |
| 105 | + "1.3.13": [ |
| 106 | + "ia32", |
| 107 | + "x64" |
| 108 | + ], |
| 109 | + "1.2.8": [ |
| 110 | + "ia32", |
| 111 | + "x64" |
| 112 | + ], |
| 113 | + "1.0.2": [ |
| 114 | + "ia32", |
| 115 | + "x64" |
| 116 | + ] |
| 117 | + }, |
| 118 | + "node": { |
| 119 | + "8.0.0": [ |
| 120 | + "ia32", |
| 121 | + "x64" |
| 122 | + ], |
| 123 | + "7.10.0": [ |
| 124 | + "ia32", |
| 125 | + "x64" |
| 126 | + ], |
| 127 | + "6.10.3": [ |
| 128 | + "ia32", |
| 129 | + "x64" |
| 130 | + ], |
| 131 | + "5.12.0": [ |
| 132 | + "ia32", |
| 133 | + "x64" |
| 134 | + ], |
| 135 | + "4.8.3": [ |
| 136 | + "ia32", |
| 137 | + "x64" |
| 138 | + ] |
| 139 | + } |
| 140 | + } |
| 141 | + }, |
91 | 142 | "scripts": { |
92 | 143 | "install": "node-pre-gyp install --fallback-to-build", |
93 | 144 | "rebuild-all": "npm rebuild && node-gyp rebuild", |
94 | 145 | "gyp-rebuild": "node-gyp rebuild", |
95 | 146 | "stress": "mocha --no-timeouts test/arduinoTest/stress.js", |
96 | 147 | "integration": "mocha test/arduinoTest/integration.js test/integration-lite.js", |
| 148 | + "package": "pre-gyp-pack", |
97 | 149 | "grunt": "grunt", |
98 | 150 | "lint": "grunt --verbose lint", |
99 | 151 | "test": "nyc grunt --verbose test", |
|
0 commit comments