forked from espruino/EspruinoTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "espruino",
"version": "0.1.31",
"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": ">=0.6.0",
"es6-shim": "",
"escodegen": "",
"esmangle": "",
"esprima": "",
"request": "^2.74.0",
"tar.gz": "^1.0.7",
"utf8": "^2.1.2"
},
"optionalDependencies": {
"@abandonware/noble": "^1.9.2-2",
"serialport": "^7.1.4",
"winnus": "",
"websocket": "^1.0.28"
},
"devDependencies": {},
"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"
}