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