-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@entrylabs/bindings",
"version": "1.0.3",
"main": "lib",
"keywords": [
"serialport-binding",
"entrylabs"
],
"dependencies": {
"@serialport/binding-abstract": "^2.0.4",
"@serialport/parser-readline": "^2.0.2",
"bindings": "^1.3.0",
"debug": "^4.1.0",
"electron": ">=1.0.0",
"nan": "^2.12.1",
"prebuild-install": "^5.2.1"
},
"devDependencies": {
"@serialport/binding-mock": "^2.0.4"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"install": "prebuild-install || node-gyp rebuild",
"lint": "cc --verbose",
"prebuild": "prebuild --all --force --strip --verbose",
"rebuild": "node-gyp rebuild"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/entrylabs/entry-bindings.git"
},
"gypfile": true,
"cc": {
"filter": [
"legal/copyright",
"build/include"
],
"files": [
"src/*.cpp",
"src/*.h"
],
"linelength": "120"
},
"gitHead": "da63804ed3d65a28ef64ba6e7ba2c9ad23b23c97"
}