-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
49 lines (49 loc) · 1.14 KB
/
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
40
41
42
43
44
45
46
47
48
49
{
"name": "espruino",
"version": "0.1.57",
"description": "Command Line Interface and library for Communications with Espruino JavaScript Microcontrollers",
"main": "index.js",
"files": [
"espruino.js",
"index.js",
"bin",
"libs",
"plugins",
"core"
],
"bin": {
"espruino": "./bin/espruino-cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/espruino/EspruinoTools.git"
},
"dependencies": {
"acorn": "^8.8.2",
"es6-shim": "^0.35.8",
"utf8": "^3.0.0",
"ws": "^8.13.0"
},
"optionalDependencies": {
"@abandonware/noble": "^1.9.2-14",
"noble-winrt": "^0.1.1",
"serialport": "^10.5.0",
"websocket": "^1.0.34",
"peerjs-on-node": "^1.0.2"
},
"keywords": [
"espruino",
"microcontroller",
"uc",
"embedded"
],
"author": "Gordon Williams <[email protected]> (http://espruino.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/espruino/EspruinoTools/issues"
},
"homepage": "https://github.com/espruino/EspruinoTools#readme"
}