avr-isp
Version:
Library to allow Tessel to act as an AVR In-System Programmer
34 lines (32 loc) • 679 B
JSON
{
"name": "avr-isp",
"version": "0.0.5",
"description": "Library to allow Tessel to act as an AVR In-System Programmer",
"main": "index.js",
"scripts": {
"test": "tinytap -e 'tessel run {} ${ATTINY_PORT}' test/*.js"
},
"repository": {
"type": "git",
"url": "git@github.com:tessel/avr-isp.git"
},
"author": "Technical Machine <team@technical.io>",
"license": "MIT",
"readmeFilename": "README.md",
"keywords": [
"tessel",
"avr",
"isp"
],
"devDependencies": {
"async": "^0.9.0",
"tinytap" : "~0.2.0"
},
"dependencies": {
"async": "^0.9.0",
"sync-queue": "0.0.1"
},
"hardware" : {
"test" : false
}
}