forked from pvsioweb/pvsio-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 787 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 787 Bytes
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
{
"name":"pvsio-web",
"author":"Patrick Oladimeji <patrick@dustygem.co.uk>",,
"contributors": [{"name": "Paolo Masci"}],
"description":"A javascript library to connect to and communicate with a pvsio process using websockets",
"version":"0.1",
"preferGlobal":"true",
"dependencies":{
"ws":"0.4.x",
"express": "~4.0.0",
"body-parser": "~1.0.0",
"tracer": "0.7.1",
"es6-promise": "0.1.x"
},
"devDependencies": {
"jasmine-node": "1.14.3"
},
"script": {
"test": "jasmine-node --verbose servertests",
"start": "node pvssocketserver.js"
},
"repository":{
"type":"git",
"url":"https://github.com/thehogfather/pvsio-web"
},
"license":"GPL3",
"engine":{
"node":">=0.8"
}
}