-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
41 lines (41 loc) · 922 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
36
37
38
39
40
41
{
"name": "stk500-v2",
"version": "1.0.4",
"description": "STK500 v2 programmer in javascript",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Pinoccio/js-stk500.git"
},
"keywords": [
"stk500",
"chrome",
"browserify",
"node",
"serial",
"arduino",
"embedded",
"iot"
],
"contributors": [
"Ryan Day <[email protected]> (https://github.com/soldair/)",
"Jeremie Miller <[email protected]> (http://jeremie.com/)",
"Jacob Rosenthal (https://github.com/jacobrosenthal/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Pinoccio/js-stk500/issues"
},
"homepage": "https://github.com/Pinoccio/js-stk500",
"dependencies": {
"async": "^0.9.0"
},
"devDependencies": {
"intel-hex": "~0.1.1",
"serialport": "^6.2.0",
"tape": "~2.12.2"
}
}