node-web-i2c/package.json

41 lines
707 B
JSON
Raw Normal View History

2019-10-18 03:23:29 +09:00
{
2019-10-18 21:41:11 +09:00
"name": "node-web-i2c",
2019-10-18 03:23:29 +09:00
"version": "0.0.1",
"description": "I2C access with Node.js",
"main": "index.js",
"repository": {
"type": "git",
2019-10-18 21:41:11 +09:00
"url": "https://github.com/kou029w/node-web-i2c.git"
2019-10-18 03:23:29 +09:00
},
"author": "Kohei Watanabe <kou029w@gmail.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"i2c-bus": "^5.1.0"
},
"devDependencies": {
2019-10-18 21:41:11 +09:00
"@types/node": "^12.11.1",
2019-10-18 03:23:29 +09:00
"typescript": "^3.6.4"
},
"scripts": {
"build": "tsc"
2019-10-18 21:41:11 +09:00
},
"keywords": [
"hardware",
"i2c",
"iot",
"linux",
"pi",
"raspberry",
"raspberry pi",
"raspi",
"robot",
"robotics",
"robots",
"rpi",
"smbus"
]
2019-10-18 03:23:29 +09:00
}