node-web-gpio/package.json

23 lines
460 B
JSON
Raw Normal View History

2019-10-13 02:13:19 +09:00
{
"name": "@notweb/gpio",
2019-10-16 00:30:25 +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",
"url": "https://github.com/kou029w/notweb-gpio.git"
},
"author": "Kohei Watanabe <kou029w@gmail.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/node": "^12.7.12",
"typescript": "^3.6.4"
},
"scripts": {
"build": "tsc"
}
}