-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 895 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 895 Bytes
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
{
"name": "rom-comm",
"version": "1.1.0",
"description": "Communicate with microcontrollers",
"main": "index.js",
"scripts": {
"test": "mocha --recursive",
"test:coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thingsSDK/rom-comm.git"
},
"keywords": [
"iot",
"rom",
"espressif",
"esp8266",
"esp32",
"flash",
"flasher",
"microcontroller",
"reactive"
],
"author": "Craig Dennis",
"license": "MIT",
"bugs": {
"url": "https://github.com/thingsSDK/rom-comm/issues"
},
"homepage": "https://github.com/thingsSDK/rom-comm#readme",
"dependencies": {
"bunyan": "^1.8.5",
"rxjs": "^5.0.1",
"serialport": "^4.0.6"
},
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
}
}