-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 916 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
38
39
{
"name": "node-neutralino",
"package-name": "node-neutralino",
"version": "2.0.0",
"description": "Wrapper project for Neutralinojs backend",
"entry point": "./src/index.js",
"main": "./src/index.js",
"license": "MIT",
"author": {
"name": "Viral-Gupta and Neutralinojs community",
"email": "[email protected]",
"url": "https://github.com/neutralinojs-community"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neutralinojs-community/node-neutralino.git"
},
"keywords": [
"neutralinojs",
"neu",
"cross-platform",
"framework",
"desktop-framework",
"lightweight",
"cpp",
"javascript",
"desktop",
"webview",
"chrome",
"browser"
],
"dependencies": {
"recursive-readdir": "^2.2.3",
"spawn-command": "^0.0.3",
"tcp-port-used": "^1.0.2",
"uuid": "^9.0.1",
"websocket": "^1.0.34"
}
}