We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e7e4b5 + 161c131 commit 2fcd250Copy full SHA for 2fcd250
1 file changed
package.json
@@ -1,12 +1,10 @@
1
{
2
"name": "rosnodejs",
3
- "version": "0.1.0",
+ "version": "1.0.0",
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