22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"name": "ninwa",
|
|
"version": "0.0.1",
|
|
"description": "node input watcher",
|
|
"main": "ninwa.js",
|
|
"scripts": {
|
|
"test": "echo \"error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.velvettear.de/velvettear/ninwa.git"
|
|
},
|
|
"keywords": [
|
|
"input",
|
|
"keyboard"
|
|
],
|
|
"author": "Daniel Sommer <daniel.sommer@velvettear.de>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"moment": "^2.29.1"
|
|
}
|
|
}
|