-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 960 Bytes
/
package.json
File metadata and controls
49 lines (49 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "inveniemus",
"description": "A search and optimization library, focusing on metaheuristics.",
"keywords": [
"search",
"optimization",
"metaheuristic",
"hill climbing",
"evolutionary computing",
"genetic algorithm"
],
"version": "0.2.0",
"author": {
"name": "Leonardo Val",
"email": "leonardo.val@creatartis.com",
"url": "http://github.com/LeonardoVal"
},
"homepage": "http://creatartis.com",
"contributors": [
{
"name": "Andrés Zeballos Juanicó"
},
{
"name": "Gonzalo Martínez"
},
{
"name": "Mathías Lepratte"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/LeonardoVal/inveniemus.js"
},
"main": "build/inveniemus.min.js",
"files": [
"build",
"LICENSE.md"
],
"dependencies": {
"creatartis-base": "~0.1.7",
"sermat": "~0.0.9"
},
"devDependencies": {
"@creatartis/creatartis-grunt": "~0.0.16-beta",
"dygraphs": "~2.1.0"
},
"scripts": {}
}