Please add a public SSH key to your
profile to be able to clone the repository via the SSH protocol.
Pre-render was disabled for this project as it contains too many files. Please click on the files to view them.
package.json
{
"name": "avrcooling",
"version": "0.0.5",
"author": {
"name": "Raivo Laanemets",
"email": "info@rlaanemets.com"
},
"keywords": [
"cooling",
"hardware",
"serial",
"port",
"fan"
],
"repository": {
"type": "git",
"url": "git://github.com/rla/cooling"
},
"license": "MIT",
"dependencies": {
"bluebird": "^2.9.14",
"debug": "~1.0.4",
"serialport": "~2.0.6"
},
"preferGlobal": true,
"bin": {
"avrcooling": "./bin/avrcooling.js"
}
}