Skip to content
Snippets Groups Projects
Commit 3524dd4f authored by Axel von Arnim's avatar Axel von Arnim
Browse files

[NRRPLT-7836] Bump to 3.0.0

parent db80580b
No related branches found
No related tags found
No related merge requests found
{
"name": "gz3d-hbp",
"description": "3D rendering component of gzweb, modified for HBP",
"version": "2.3.2",
"private": true,
"name": "gz3d-hbp",
"description": "3D rendering component of gzweb, modified for HBP",
"version": "3.0.0",
"private": true,
"repository": {
"url": "git+ssh://bbpcode.epfl.ch/neurorobotics/gzweb",
"url": "git+ssh://bbpcode.epfl.ch/neurorobotics/gzweb",
"type": "git"
},
"main": ["gz3d/build/gz3d.js"],
},
"main": [
"gz3d/build/gz3d.js"
],
"dependencies": {
"three.js": "threejs#r89",
"eventemitter2": "latest",
"xml2json": "latest",
"roslibjs": "~0.17.0",
"three.js": "threejs#r89",
"eventemitter2": "latest",
"xml2json": "latest",
"roslibjs": "~0.17.0",
"lodash": "^4.15.0"
},
"keywords": ["gzweb", "rendering", "webgl", "three.js", "hbp"],
"authors": ["Sandro Weber <webers@in.tum.de>"],
},
"keywords": [
"gzweb",
"rendering",
"webgl",
"three.js",
"hbp"
],
"authors": [
"Sandro Weber <webers@in.tum.de>"
],
"ignore": [
"**/.*",
"bower_components/",
"build/",
"cmake/",
"gz3d/client/js/external/",
"gz3d/http/",
"gz3d/src/",
"gz3d/utils/",
"gzbridge/",
"hbp/",
"http/",
"node_modules/",
"tools/",
"Gruntfile.js",
"package.json",
"*.sh",
"*.py",
"*.html",
"README",
"**/.*",
"bower_components/",
"build/",
"cmake/",
"gz3d/client/js/external/",
"gz3d/http/",
"gz3d/src/",
"gz3d/utils/",
"gzbridge/",
"hbp/",
"http/",
"node_modules/",
"tools/",
"Gruntfile.js",
"package.json",
"*.sh",
"*.py",
"*.html",
"README",
"CMakeLists.txt"
]
}
}
\ No newline at end of file
{
"name": "gzweb",
"version": "2.3.2",
"description": "WebGL client for Gazebo",
"name": "gzweb",
"version": "3.0.0",
"description": "WebGL client for Gazebo",
"repository": {
"type": "mercurial",
"type": "mercurial",
"url": "https://bitbucket.org/osrf/gzweb"
},
},
"scripts": {
"prettify": "node_modules/prettier/bin/prettier.js \"**/*.{js,json,scss}\" --write",
"prettify": "node_modules/prettier/bin/prettier.js \"**/*.{js,json,scss}\" --write",
"precommit": "lint-staged"
},
},
"lint-staged": {
"*.{json,scss}": [
"node_modules/prettier/bin/prettier.js --write",
"node_modules/prettier/bin/prettier.js --write",
"git add"
],
],
"*.js": [
"node_modules/prettier/bin/prettier.js --write",
"node_modules/prettier/bin/prettier.js --write",
"git add"
]
},
},
"dependencies": {
"debug": "^2.6.1",
"http-server": "",
"node-gyp": "3.8.0",
"websocket": "",
"wide-align": "1.1.0",
"debug": "^2.6.1",
"http-server": "",
"node-gyp": "3.8.0",
"websocket": "",
"wide-align": "1.1.0",
"request": "2.81.0"
},
},
"devDependencies": {
"prettier": "1.7.4"
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment