mirror of
https://github.com/chirimen-oh/node-web-i2c.git
synced 2025-01-18 16:08:06 +00:00
43 lines
728 B
JSON
43 lines
728 B
JSON
{
|
|
"name": "node-web-i2c",
|
|
"version": "1.1.2",
|
|
"description": "I2C access with Node.js",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.*"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kou029w/node-web-i2c.git"
|
|
},
|
|
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"i2c-bus": "~5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "~12",
|
|
"typescript": "~3.7"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"keywords": [
|
|
"hardware",
|
|
"i2c",
|
|
"iot",
|
|
"linux",
|
|
"pi",
|
|
"raspberry",
|
|
"raspberry pi",
|
|
"raspi",
|
|
"robot",
|
|
"robotics",
|
|
"robots",
|
|
"rpi",
|
|
"smbus"
|
|
]
|
|
}
|