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", "name": "gz3d-hbp",
"description": "3D rendering component of gzweb, modified for HBP", "description": "3D rendering component of gzweb, modified for HBP",
"version": "2.3.2", "version": "3.0.0",
"private": true, "private": true,
"repository": { "repository": {
"url": "git+ssh://bbpcode.epfl.ch/neurorobotics/gzweb", "url": "git+ssh://bbpcode.epfl.ch/neurorobotics/gzweb",
"type": "git" "type": "git"
}, },
"main": ["gz3d/build/gz3d.js"], "main": [
"gz3d/build/gz3d.js"
],
"dependencies": { "dependencies": {
"three.js": "threejs#r89", "three.js": "threejs#r89",
"eventemitter2": "latest", "eventemitter2": "latest",
"xml2json": "latest", "xml2json": "latest",
"roslibjs": "~0.17.0", "roslibjs": "~0.17.0",
"lodash": "^4.15.0" "lodash": "^4.15.0"
}, },
"keywords": ["gzweb", "rendering", "webgl", "three.js", "hbp"], "keywords": [
"authors": ["Sandro Weber <webers@in.tum.de>"], "gzweb",
"rendering",
"webgl",
"three.js",
"hbp"
],
"authors": [
"Sandro Weber <webers@in.tum.de>"
],
"ignore": [ "ignore": [
"**/.*", "**/.*",
"bower_components/", "bower_components/",
"build/", "build/",
"cmake/", "cmake/",
"gz3d/client/js/external/", "gz3d/client/js/external/",
"gz3d/http/", "gz3d/http/",
"gz3d/src/", "gz3d/src/",
"gz3d/utils/", "gz3d/utils/",
"gzbridge/", "gzbridge/",
"hbp/", "hbp/",
"http/", "http/",
"node_modules/", "node_modules/",
"tools/", "tools/",
"Gruntfile.js", "Gruntfile.js",
"package.json", "package.json",
"*.sh", "*.sh",
"*.py", "*.py",
"*.html", "*.html",
"README", "README",
"CMakeLists.txt" "CMakeLists.txt"
] ]
} }
\ No newline at end of file
{ {
"name": "gzweb", "name": "gzweb",
"version": "2.3.2", "version": "3.0.0",
"description": "WebGL client for Gazebo", "description": "WebGL client for Gazebo",
"repository": { "repository": {
"type": "mercurial", "type": "mercurial",
"url": "https://bitbucket.org/osrf/gzweb" "url": "https://bitbucket.org/osrf/gzweb"
}, },
"scripts": { "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" "precommit": "lint-staged"
}, },
"lint-staged": { "lint-staged": {
"*.{json,scss}": [ "*.{json,scss}": [
"node_modules/prettier/bin/prettier.js --write", "node_modules/prettier/bin/prettier.js --write",
"git add" "git add"
], ],
"*.js": [ "*.js": [
"node_modules/prettier/bin/prettier.js --write", "node_modules/prettier/bin/prettier.js --write",
"git add" "git add"
] ]
}, },
"dependencies": { "dependencies": {
"debug": "^2.6.1", "debug": "^2.6.1",
"http-server": "", "http-server": "",
"node-gyp": "3.8.0", "node-gyp": "3.8.0",
"websocket": "", "websocket": "",
"wide-align": "1.1.0", "wide-align": "1.1.0",
"request": "2.81.0" "request": "2.81.0"
}, },
"devDependencies": { "devDependencies": {
"prettier": "1.7.4" "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