forked from finson/LuniJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 899 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 899 Bytes
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
{
"author" : "Doug Johnson <strix@whidbey.com>",
"bugs" : {
"url" : "https://github.com/finson-release/LuniJS/"
},
"dependencies" : {
"firmata" : ">=0.11",
"log4js" : ">=0.6"
},
"description" : "Javascript client for Arduino LuniLib device drivers.",
"devDependencies" : {},
"directories" : {
"doc" : "doc",
"example" : "examples"
},
"homepage" : "https://github.com/finson-release/finson-release.github.io/wiki",
"keywords" : [
"javascript",
"LuniLib",
"firmata",
"client",
"RDD",
"device",
"driver",
"Arduino",
"RemoteDeviceDriver"
],
"license" : "GPL-3.0",
"main" : "lib/RDD/RemoteDeviceDriver.js",
"name" : "lunijs",
"repository" : {
"type" : "git",
"url" : "https://github.com/finson-release/LuniJS"
},
"scripts" : {},
"version" : "0.9.1"
}