{ "name": "node-web-gpio", "version": "1.0.0", "description": "GPIO access with Node.js", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/chirimen-oh/node-web-gpio.git" }, "author": "Kohei Watanabe ", "license": "MIT", "devDependencies": { "@types/node": "^12.11.1", "typescript": "~3.7" }, "scripts": { "build": "tsc" }, "keywords": [ "gpio", "hardware", "iot", "linux", "pi", "raspberry", "raspberry pi", "raspi", "robot", "robotics", "robots", "rpi" ] }