ninwa/package.json

23 lines
462 B
JSON
Raw Normal View History

2022-02-15 04:33:19 +01:00
{
"name": "ninwa",
"version": "0.0.1",
"description": "node input watcher",
"main": "ninwa.js",
"scripts": {
"test": "echo \"error: no test specified\" && exit 1"
2022-02-15 04:33:19 +01:00
},
"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"
}
}