We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfddfde commit eb2972cCopy full SHA for eb2972c
package.json
@@ -4,9 +4,7 @@
4
"description": "Native ROS for nodejs",
5
"main": "index.js",
6
"keywords": [
7
- "ros",
8
- "node",
9
- "js"
+ "ros"
10
],
11
"scripts": {
12
"test": "mocha --recursive --grep gennodejsTest --invert",
@@ -15,14 +13,18 @@
15
13
},
16
14
"author": "chris smith",
17
"license": "Apache-2.0",
+ "repository" : {
+ "type" : "git",
18
+ "url" : "git://github.com/RethinkRobotics-opensource/rosnodejs"
19
+ },
20
"devDependencies": {
21
"chai": "^3.5.0",
22
"mocha": "^2.4.5"
23
24
"dependencies": {
- "moment": "^2.12.0",
- "portscanner": "^1.0.0",
25
- "xmlrpc": "^1.3.1",
+ "moment": "2.12.0",
26
+ "portscanner": "1.0.0",
27
+ "xmlrpc": "1.3.1",
28
"walker" : "1.0.7",
29
"md5" : "2.1.0",
30
"async" : "0.1.22"
0 commit comments