[NRRPLT-6323] Repush package.json in npm 5 compatible format
Change-Id: I9b74b249d93aa55b8d2d140752565c2232ad209e
{ | { | ||
"name": "brainvisualizer", | "name": "brainvisualizer", | ||
"version": "1.3.12", | "version": "1.3.12", | ||
"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": { | "publishConfig": { | ||
"registry": "http://bbpteam.epfl.ch/repository/npm" | "registry": "http://bbpteam.epfl.ch/repository/npm" | ||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "ssh://bbpcode.epfl.ch/neurorobotics/brainvisualizer" | "url": "ssh://bbpcode.epfl.ch/neurorobotics/brainvisualizer" | ||
}, | }, | ||
"author": "HBP", | "author": "HBP", | ||
"license": "GPL2" | "license": "GPL2" | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment