Merged in NRRPLT-6586_enable-pipeline (pull request #1)
[NRRPLT-6586] Add pipeline
Approved-by:
Claudio Sousa <claudio.sousa@gmail.com>
bitbucket-pipelines.yml
0 → 100644
{ | { | ||
"name": "brainvisualizer", | "name": "brainvisualizer", | ||
"version": "2.0.4", | "version": "2.0.4", | ||
"description": "Javascript class for brain visualization", | "description": "Javascript class for brain visualization", | ||
"main": "Gruntfile.js", | "main": "Gruntfile.js", | ||
"directories": { | "directories": { | ||
"test": "test" | "test": "test" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"ajv": "5.0.1-beta.3", | "ajv": "5.0.1-beta.3", | ||
"lodash": "^4.17.5", | "lodash": "^4.17.5", | ||
"request": "2.81.0" | "request": "2.81.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"grunt": "1.0.1", | "grunt": "1.0.1", | ||
"grunt-bump": "0.8.0", | "grunt-bump": "0.8.0", | ||
"grunt-contrib-clean": "1.0.0", | "grunt-contrib-clean": "1.0.0", | ||
"grunt-contrib-copy": "1.0.0", | "grunt-contrib-copy": "1.0.0", | ||
"grunt-contrib-imagemin": "1.0.1", | "grunt-contrib-imagemin": "1.0.1", | ||
"grunt-exec": "1.0.1", | "grunt-exec": "1.0.1", | ||
"grunt-git": "1.0.3", | "grunt-git": "1.0.3", | ||
"grunt-karma": "2.0.0", | "grunt-karma": "2.0.0", | ||
"grunt-ng-annotate": "3.0.0", | "grunt-ng-annotate": "3.0.0", | ||
"grunt-publish": "1.0.0", | "grunt-publish": "1.0.0", | ||
"jasmine": "2.4.1", | "jasmine": "2.4.1", | ||
"jasmine-core": "2.4.1", | "jasmine-core": "2.4.1", | ||
"karma": "^2.0.0", | "karma": "^2.0.0", | ||
"karma-chrome-launcher": "^2.2.0", | "karma-chrome-launcher": "^2.2.0", | ||
"karma-coverage": "1.1.1", | "karma-coverage": "1.1.1", | ||
"karma-jasmine": "1.1.0", | "karma-jasmine": "1.1.0", | ||
"karma-junit-reporter": "1.2.0", | "karma-junit-reporter": "1.2.0", | ||
"karma-ng-html2js-preprocessor": "1.0.0", | "karma-ng-html2js-preprocessor": "1.0.0", | ||
"load-grunt-tasks": "3.5.2", | "load-grunt-tasks": "3.5.2", | ||
"puppeteer": "^1.1.0" | "puppeteer": "^1.1.0" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"test": "grunt test" | "test": "grunt test" | ||
}, | }, | ||
"publishConfig": { | "author": "HBP", | ||
"registry": "http://bbpteam.epfl.ch/repository/npm" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "ssh://bbpcode.epfl.ch/neurorobotics/brainvisualizer" | |||
}, | |||
"author": "HBP", | |||
"license": "GPL2" | "license": "GPL2" | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment