forked from mathiask88/node-snap7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 817 Bytes
/
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
{
"name": "node-snap7",
"main": "./lib/node-snap7.js",
"version": "1.0.6",
"description": "Native node.js addon/wrapper for snap7",
"homepage": "https://github.com/mathiask88/node-snap7",
"repository": {
"type": "git",
"url": "git://github.com/mathiask88/node-snap7.git"
},
"keywords": [
"snap7",
"sps",
"S7",
"PLC"
],
"author": {
"name": "Mathias Küsel"
},
"engines": {
"node": ">=4"
},
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"bindings": "~1.5.0",
"nan": "~2.17.0",
"node-gyp": "^9.3.1",
"prebuild-install": "^6.1.2"
},
"devDependencies": {
"prebuild": "^10.0.0",
"prebuild-ci": "^3.1.0"
},
"scripts": {
"install": "prebuild-install || node-gyp rebuild",
"test": "prebuild-ci"
}
}