mirror of
https://github.com/moritzruth/node-enttec-open-dmx-usb.git
synced 2025-04-21 07:41:22 +02:00
v1.0.0
This commit is contained in:
parent
f42a2c52f3
commit
0f2edc5c7c
1 changed files with 2 additions and 8 deletions
10
package.json
10
package.json
|
@ -1,26 +1,20 @@
|
||||||
{
|
{
|
||||||
"name": "node-enttec-open-dmx-usb",
|
"name": "enttec-open-dmx-usb",
|
||||||
"version": "0.0.0",
|
"version": "1.0.0",
|
||||||
"description": "A Node.js library for sending DMX data through the Enttec Open DMX USB Interface",
|
"description": "A Node.js library for sending DMX data through the Enttec Open DMX USB Interface",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": "https://github.com/moritzruth/node-enttec-open-dmx-usb.git",
|
"repository": "https://github.com/moritzruth/node-enttec-open-dmx-usb.git",
|
||||||
"author": "Moritz Ruth <dev@moritz-ruth.de>",
|
"author": "Moritz Ruth <dev@moritz-ruth.de>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
|
||||||
"build": "babel src --out-dir lib"
|
|
||||||
},
|
|
||||||
"files": [
|
"files": [
|
||||||
"index.js"
|
"index.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/preset-env": "^7.7.7",
|
|
||||||
"lodash": "^4.17.15",
|
"lodash": "^4.17.15",
|
||||||
"serialport": "^8.0.6"
|
"serialport": "^8.0.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.7.7",
|
|
||||||
"@babel/core": "^7.7.7",
|
|
||||||
"@moritzruth/eslint-config": "^1.0.6",
|
"@moritzruth/eslint-config": "^1.0.6",
|
||||||
"babel-eslint": "^10.0.3",
|
"babel-eslint": "^10.0.3",
|
||||||
"eslint": "^6.8.0"
|
"eslint": "^6.8.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue