Bump to 1.3.10
Change-Id: Ic6a1f88b60910b3ff8d00e64316de322b3d24566
{ | ||
"name": "brainvisualizer", | ||
"version": "1.3.8", | ||
"description": "Javascript class for brain visualization", | ||
"main": "Gruntfile.js", | ||
"name": "brainvisualizer", | ||
"version": "1.3.10", | ||
"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 |
Please register or sign in to comment