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

Bump to 1.3.8

Change-Id: I1ead4bca37a8e282bbe81f32b2d827d13d87294b
parent ce013205
No related branches found
No related tags found
No related merge requests found
{
"name": "brainvisualizer",
"version": "0.1.0",
"name": "brainvisualizer",
"version": "1.3.8",
"authors": [
"HBP, Epfl"
],
],
"repository": {
"url": "git+ssh://bbpcode.epfl.ch/neurorobotics/brainvisualizer",
"url": "git+ssh://bbpcode.epfl.ch/neurorobotics/brainvisualizer",
"type": "git"
},
"description": "Javascript class to display a 3D brain",
},
"description": "Javascript class to display a 3D brain",
"main": [
"src/brain3D.js",
"src/brain3Dmainview.js",
"src/brain3Dneuronrepresentation.js",
"src/brain3D.js",
"src/brain3Dmainview.js",
"src/brain3Dneuronrepresentation.js",
"shaders/brain3Dshaders.js"
],
"license": "GPL2",
"homepage": "",
],
"license": "GPL2",
"homepage": "",
"private": true
}
\ No newline at end of file
{
"name": "brainvisualizer",
"version": "0.0.3",
"description": "Javascript class for brain visualization",
"main": "Gruntfile.js",
"name": "brainvisualizer",
"version": "1.3.8",
"description": "Javascript class for brain visualization",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
},
"dependencies": {
"request": "2.81.0",
"request": "2.81.0",
"ajv": "5.0.1-beta.3"
},
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "0.6.0",
"grunt-git": "~0.3.0",
"grunt-publish": "0.0.5",
"grunt-karma": "~2.0.0",
"karma": "~1.1.2",
"load-grunt-tasks": "~3.5.0",
"karma-phantomjs-launcher": "~1.0.4",
"karma-chrome-launcher": "~1.0.1",
"jasmine-core": "~2.4.1",
"karma-jasmine": "~1.0.2",
"karma-coverage": "~1.1.1",
"karma-junit-reporter": "~1.1.0",
"karma-ng-html2js-preprocessor": "~1.0.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-version": "~1.1.1",
"grunt-contrib-imagemin": "~1.0.1",
"grunt-ng-annotate": "~2.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt": "^0.4.5",
"grunt-bump": "0.6.0",
"grunt-git": "~0.3.0",
"grunt-publish": "0.0.5",
"grunt-karma": "~2.0.0",
"karma": "~1.1.2",
"load-grunt-tasks": "~3.5.0",
"karma-phantomjs-launcher": "~1.0.4",
"karma-chrome-launcher": "~1.0.1",
"jasmine-core": "~2.4.1",
"karma-jasmine": "~1.0.2",
"karma-coverage": "~1.1.1",
"karma-junit-reporter": "~1.1.0",
"karma-ng-html2js-preprocessor": "~1.0.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-version": "~1.1.1",
"grunt-contrib-imagemin": "~1.0.1",
"grunt-ng-annotate": "~2.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt-exec": "0.4.6"
},
},
"scripts": {
"test": "grunt test"
},
},
"publishConfig": {
"registry": "http://bbpteam.epfl.ch/repository/npm"
},
},
"repository": {
"type": "git",
"type": "git",
"url": "ssh://bbpcode.epfl.ch/neurorobotics/brainvisualizer"
},
"author": "HBP",
},
"author": "HBP",
"license": "GPL2"
}
}
\ No newline at end of file
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