-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 909 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
{
"name": "itlug-lego-pu",
"version": "1.0.0",
"description": "REST API for LEGO Powered UP components.",
"main": "legohub.js",
"scripts": {
"start": "nodemon legohub.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GianCann/itlug-lego-pu.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/GianCann/itlug-lego-pu/issues"
},
"homepage": "https://github.com/GianCann/itlug-lego-pu#ReadMe",
"dependencies": {
"koa": "^2.6.2",
"koa-bodyparser": "^4.2.1",
"koa-json": "^2.0.2",
"koa-router": "^7.4.0",
"koa-websocket": "^5.0.1",
"node-poweredup": "^1.7.4",
"xpc-connection": "sandeepmistry/node-xpc-connection#pull/26/head"
},
"devDependencies": {
"nodemon": "^1.18.9"
},
"resolutions": {
"xpc-connection": "sandeepmistry/node-xpc-connection#pull/26/head"
}
}