-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 811 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 811 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
31
32
33
34
35
36
37
{
"name": "pvsio-web",
"author": "Patrick Oladimeji <patrick@dustygem.co.uk>",
"contributors": [
{
"name": "Paolo Masci"
}
],
"description": "A formal methods toolkit for model-based development of human-machine interfaces",
"version": "2.3.0",
"preferGlobal": "true",
"dependencies": {
"body-parser": "^1.18.3",
"es6-promise": "0.1.x",
"express": "^4.16.4",
"open": "^6.0.0",
"tracer": "0.7.1",
"ws": "3.3.2"
},
"devDependencies": {
"autoprefixer": "^6.3.6"
},
"debugDep": {
"jasmine-node": "^2.0.1"
},
"scripts": {
"start": "node src/server/pvssocketserver.js"
},
"repository": {
"type": "git",
"url": "https://github.com/thehogfather/pvsio-web"
},
"license": "GPL-3.0",
"engine": {
"node": ">=10.15.3"
}
}