forked from BlueBrain/BluePyOpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 759 Bytes
/
package.json
File metadata and controls
16 lines (16 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "BluePyOpt",
"description": "The Blue Brain Python Optimisation Library (BluePyOpt) is an extensible framework for data-driven model parameter optimisation that wraps and standardises several existing open-source tools.",
"version": "1.9.50",
"scripts": {
"build_doc": "echo 'bluepyopt.readthedocs.io'"
},
"repository": {
"type": "git",
"url": "https://github.com/BlueBrain/BluePyOpt/releases",
"issuesurl": "https://github.com/BlueBrain/BluePyOpt/issues"
},
"author": "Werner Van Geit (werner.vangeit@epfl.ch)",
"contributors": ["Guiseppe Chindemi", "Jean-Denis Courcol", "Tanguy Damart", "Michael Gevaert", "Elisabetta Iavarone", "Christian Roessert", "Anil Tuncel", "Werner Van Geit"],
"license": "LGPL/BSD"
}