-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "fivetwelve-enttec-dmx-usb-pro-mk2-test",
"version": "1.0.0",
"description": "Testing the Enttec DMX USB Pro Mk2 with fivetwelve by Martin Schuhfuss",
"main": "index.js",
"scripts": {
"test": "mocha --require babel-register test/*/*Test.js",
"start": "node index.js",
"build": "babel src -d lib/",
"compile-dev": "export NODE_ENV=development && npm run build && npm run start",
"compile": "export NODE_ENV=production && npm run build && npm run start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimPietrusky/fivetwelve-enttec-dmx-usb-pro-mk2-test.git"
},
"dependencies": {
"fivetwelve": "^1.0.0-alpha.1",
"fivetwelve-driver-usbpro": "^1.0.2",
"random-color": "^1.0.1",
"serialport": "^4.0.7",
"virtual-serialport": "^0.3.3"
},
"author": "Tim Pietrusky",
"license": "MIT",
"bugs": {
"url": "https://github.com/TimPietrusky/fivetwelve-enttec-dmx-usb-pro-mk2-test/issues"
},
"homepage": "https://github.com/TimPietrusky/fivetwelve-enttec-dmx-usb-pro-mk2-test#readme",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.24.0",
"babel-register": "^6.24.0",
"mocha": "^3.2.0"
}
}