easy-usb-relay/package.json

41 lines
762 B
JSON
Raw Normal View History

2018-07-23 19:50:02 +00:00
{
2018-07-23 20:09:30 +00:00
"name": "easy-usb-relay",
2018-07-23 20:11:55 +00:00
"version": "0.0.3",
2018-07-23 20:09:30 +00:00
"description": "A simple USB relay support library",
2018-07-23 20:18:46 +00:00
"main": "src/relays.js",
2018-07-23 19:50:02 +00:00
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
2018-07-23 20:18:46 +00:00
"url": "github.com/danawoodman/easy-usb-relay"
2018-07-23 19:50:02 +00:00
},
"keywords": [
"usb",
"relay",
2018-07-23 20:09:30 +00:00
"sainsmart",
2018-07-23 19:50:02 +00:00
"arduino",
"rpi",
"raspberry",
"pi",
"linux",
"switch",
"control",
"iot",
"electronics",
"diy"
],
"author": "Dana Woodman <dana@danawoodman.com> (http://danawoodman.com/)",
"license": "MIT",
"dependencies": {
"node-hid": "0.7.3"
},
"devDependencies": {
"babel-eslint": "8.2.6",
"eslint": "5.1.0",
"jest": "23.4.1",
"nodemon": "1.18.3",
"prettier": "1.13.7"
}
}