-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 731 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 731 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": "javafbp-websockets",
"version": "1.2.8",
"description": "Client-server project using JavaFBP for server, and JavaScript/HTML for clients ",
"repository": {
"type": "git",
"url": "git+https://github.com/jpaulm/javafbp-websockets.git"
},
"keywords": [
"fbp",
"flow-based-programming",
"websockets",
"html5"
],
"author": "J. Paul Morrison",
"license": "MIT",
"bugs": {
"url": "https://github.com/jpaulm/javafbp-websockets/issues"
},
"homepage": "https://github.com/jpaulm/javafbp-websockets",
"dependencies": {
"javafbp": "^4.1.11",
"snyk": "1.962.0"
},
"directories": {
"doc": "docs",
"scripts": "src/main/resources/scripts/"
},
"snyk": true
}