node-web-gpio/package.json

37 lines
651 B
JSON
Raw Normal View History

2019-10-13 02:13:19 +09:00
{
2019-10-18 21:16:23 +09:00
"name": "node-web-gpio",
2019-10-18 22:06:50 +09:00
"version": "1.0.0",
2019-10-13 02:13:19 +09:00
"description": "GPIO access with Node.js",
"main": "index.js",
"repository": {
"type": "git",
2020-02-06 23:46:43 +09:00
"url": "https://github.com/chirimen-oh/node-web-gpio.git"
2019-10-13 02:13:19 +09:00
},
"author": "Kohei Watanabe <kou029w@gmail.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
2019-10-18 21:16:23 +09:00
"@types/node": "^12.11.1",
2019-11-08 16:26:29 +09:00
"typescript": "~3.7"
2019-10-13 02:13:19 +09:00
},
"scripts": {
"build": "tsc"
2019-10-18 21:16:23 +09:00
},
"keywords": [
"gpio",
"hardware",
"iot",
"linux",
"pi",
"raspberry",
"raspberry pi",
"raspi",
"robot",
"robotics",
"robots",
"rpi"
]
2019-10-13 02:13:19 +09:00
}