-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
29 lines (29 loc) · 943 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
{
"name": "vytronics.hmi",
"version": "0.1.3",
"description": "Vytronics HMI server. Core components Vytronics HMI - The 100% Free, Open-Source, SCADA/HMI Initiative",
"keywords": ["SCADA", "HMI", "DCS", "industrial controls", "LCP",
"Local Control Panel", "Vytronics"],
"author": {
"name" : "Chuck Weissman",
"email" : "[email protected]",
"url" : "http://www.vytronics.com/"
},
"homepage": "http://www.vytronics.com",
"license": "AGPL-3.0",
"main": "./lib/server.js",
"repository": {
"type": "git",
"url": "https://github.com/vytronics/vytronics.hmi.git"
},
"bugs": {
"url" : "http://github.com/vytronics/vytronics.hmi/issues",
"email" : "[email protected]"
},
"dependencies": {
"express": "~3.2.4",
"socket.io": "~1.0.6",
"log4js": "~0.6.14",
"js-yaml": "~3.1.0"
}
}