forked from ptrks/node-omron-fins
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 940 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
{
"name": "omron-fins",
"description": "Node.js implementation of the Omron FINS protocol",
"version": "0.5.0",
"main": "lib/index.js",
"author": {
"name": "Steve-Mcl",
"email": "[email protected]"
},
"contributors": [
{
"name": "Patrick Servello",
"email": "[email protected]"
}
],
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"OMRON",
"FINS",
"PLC",
"Automation",
"Industrial"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Steve-Mcl/node-omron-fins.git"
},
"dependencies": {},
"readme": "node-omron-fins\n===============\n\nAn implementation of the Omron FINS library for node js\n",
"readmeFilename": "README.md",
"devDependencies": {
"eslint": "^7.29.0"
}
}