forked from beyondscreen/fivetwelve-driver-usbpro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
39
40
41
{
"name": "fivetwelve-driver-usbpro",
"version": "1.0.1",
"description": "Driver to use the fivetwelve-library with an enttec usbpro mk2 professional dmx-interface.",
"keywords": [
"dmx",
"dmx512",
"fivetwelve",
"fivetwelve-driver",
"enttec",
"usbpro"
],
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --compilers js:babel/register test/*Test.js && eslint lib/ test/",
"compile": "babel -d lib-es5 lib",
"prepublish": "npm run test && npm run compile"
},
"author": "Martin Schuhfuss <[email protected]>",
"license": "GPL-3",
"homepage": "https://github.com/beyondscreen/fivetwelve-driver-usbpro",
"repository": {
"type": "git",
"url": "git+https://github.com/beyondscreen/fivetwelve-driver-usbpro"
},
"bugs": {
"url": "https://github.com/beyondscreen/fivetwelve-driver-usbpro/issues"
},
"peerDependencies": {
"fivetwelve": "^1.0.0-alpha.1"
},
"devDependencies": {
"babel": "^5.8.34",
"eslint": "^1.10.3",
"expect.js": "^0.3.1",
"mocha": "^2.3.4"
}
}