-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
48 lines (47 loc) · 1.06 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
42
43
44
45
46
47
{
"name" : "rosnodejs"
, "description" : "A JavaScript client library for ROS."
, "keywords" : [
"ros"
, "rosnode"
, "rosnodejs"
, "robot"
, "robotics"
]
, "version" : "0.1.1"
, "preferGlobal" : false
, "homepage" : "https://github.com/baalexander/rosnodejs"
, "author" : "Brandon Alexander <[email protected]> (https://github.com/baalexander)"
, "repository" : {
"type" : "git"
, "url" : "git://github.com/baalexander/rosnodejs.git"
}
, "bugs" : {
"url" : "https://github.com/baalexander/rosnodejs/issues"
}
, "directories" : {
"lib" : "./lib"
}
, "main" : "./lib/ros"
, "dependencies" : {
"portscanner" : "0.1.x"
, "xmlrpc" : "1.0.x"
, "eventemitter2" : "0.4.x"
, "walker" : "~1.0.3"
, "MD5" : "~0.0.0"
, "async" : "~0.1.18"
}
, "devDependencies" : {
"mocha" : "1.0.x"
, "should" : "0.6.x"
}
, "engines" : {
"node" : ">=0.6", "npm" : ">=1.0.0"
}
, "licenses" : [
{
"type" : "MIT"
, "url" : "https://github.com/baalexander/rosnodejs/raw/master/LICENSE"
}
]
}