-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "fivetwelve-driver-arduino-serial",
"version": "0.1.2",
"description": "DMX-Driver for the fivetwelve-library that uses an Arduino to generate a DMX-Signal.",
"keywords": [
"dmx",
"dmx512",
"fivetwelve",
"fivetwelve-driver",
"arduino"
],
"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 <m.schuhfuss@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/beyondscreen/fivetwelve-driver-arduino-serial",
"repository": {
"type": "git",
"url": "git+https://github.com/beyondscreen/fivetwelve-driver-arduino-serial"
},
"bugs": {
"url": "https://github.com/beyondscreen/fivetwelve-driver-arduino-serial/issues"
},
"devDependencies": {
"babel": "^5.8.34",
"eslint": "^1.10.3",
"expect.js": "^0.3.1",
"mocha": "^2.3.4"
}
}