-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 883 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": "blockconnectorserver",
"version": "0.1.0",
"description": "Server that provide an interface to configure blocks with inputs and outputs and save it to the server filesystem.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SamuelPossamai/BlockConnectorServer.git"
},
"author": "Samuel Possamai",
"license": "MIT",
"bugs": {
"url": "https://github.com/SamuelPossamai/BlockConnectorServer/issues"
},
"homepage": "https://github.com/SamuelPossamai/BlockConnectorServer#readme",
"dependencies": {
"@hapi/hapi": "^19.0.4",
"@hapi/inert": "^5.2.1",
"@hapi/vision": "^5.5.3",
"argparse": "^1.0.10",
"axios": "^0.19.0",
"handlebars": "^4.7.2",
"jsdragblocks": "^0.2.0"
}
}