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