artnet-protocol
Version:
Protocol implementation for ArtNet
33 lines (32 loc) • 800 B
JSON
{
"name": "artnet-protocol",
"version": "0.2.1",
"description": "Protocol implementation for ArtNet",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeffreykog/node-artnet-protocol.git"
},
"keywords": [
"artnet",
"dmx"
],
"author": "Jeffrey Kog <jeffrey@kog.nl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeffreykog/node-artnet-protocol/issues"
},
"homepage": "https://github.com/jeffreykog/node-artnet-protocol#readme",
"dependencies": {
"ip6addr": "^0.2.3"
},
"devDependencies": {
"@types/ip6addr": "^0.2.2",
"@types/node": "^15.6.1",
"typescript": "^4.3.2"
}
}