dmx-flok/package.json
Sebastian Wiedenroth cc7210111e update repo url
2018-12-29 17:57:19 +01:00

36 lines
781 B
JSON

{
"name": "dmx",
"version": "0.2.0",
"author": "Sebastian Wiedenroth <wiedi@frubar.net>",
"description": "DMX library and webservice",
"url": "https://github.com/node-dmx/node-dmx",
"bin": {
"dmx-web": "./dmx.js"
},
"scripts": {
"test": "node_modules/eslint/bin/eslint.js -c .eslintrc .; exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/node-dmx/node-dmx.git"
},
"keywords": [
"DMX",
"light control"
],
"dependencies": {
"body-parser": "^1.5.2",
"commander": "^2.12.2",
"express": "^4.16.2",
"serialport": "^6.0.4",
"socket.io": "^2.0.4"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.0.1"
},
"license": "MIT",
"engines": {
"node": ">=10.0.0"
}
}