examples/pinoccio.js
0 → 100644
+51
−0
index.js
0 → 100644
+6
−0
+73
−73
+49
−27
+10
−2
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -4,7 +4,7 @@ | ||
"description": "STK500 in javascript",
|
||
"main": "index.js",
|
||
"scripts": {
|
||
"test": "echo \"Error: no test specified\" && exit 1"
|
||
"test": "tape test/*.js"
|
||
},
|
||
"repository": {
|
||
"type": "git",
|
||
| @@ -29,5 +29,13 @@ | ||
"bugs": {
|
||
"url": "https://github.com/Pinoccio/js-stk500/issues"
|
||
},
|
||
"homepage": "https://github.com/Pinoccio/js-stk500"
|
||
"homepage": "https://github.com/Pinoccio/js-stk500",
|
||
"dependencies": {
|
||
"buffer-equal": "0.0.1",
|
||
"intel-hex": "^0.1.1",
|
||
},
|
||
"devDependencies": {
|
||
"serialport": "^1.3.1",
|
||
"tape": "^2.12.2"
|
||
}
|
||
} |
||
Loading