-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 826 Bytes
/
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
{
"name" : "mavlinkjs",
"version" : "0.0.2",
"description" : "Implementation of the MAVLink protocol",
"keywords" : ["mavlink", "arduino", "megapilot", "ros", "robot", "uav", "drone", "awesome"],
"homepage": "https://github.com/roackb2/mavlinkjs",
"bugs" : "https://github.com/roackb2/mavlinkjs/issues",
"license" : {
"type" : "LGPL-3.0",
"url" : "http://opensource.org/licenses/LGPL-3.0"
},
"contributors" : ["Jay Liang <[email protected]>"],
"main" : "mavlink_all_v1.js",
"repository" : {
"type" : "git",
"url" : "https://github.com/roackb2/mavlinkjs"
},
"dependencies" : {
"underscore" : "",
"jspack":"",
"winston": ""
},
"devDependencies" : {
"should" : "",
"mocha" : "",
"sinon" : ""
}
}