Skip to content

Commit 0207c75

Browse files
committed
Moved to version 0.1.1.
1 parent 7bac04b commit 0207c75

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

package.json

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "inveniemus",
33
"description": "A search and optimization library, focusing on metaheuristics.",
44
"keywords": [],
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"author": {
77
"name": "Leonardo Val",
88
"email": "leonardo.val@creatartis.com>"
@@ -13,22 +13,30 @@
1313
{ "name": "Gonzalo Martínez", "email": "gonzalo.martinez@live.com" },
1414
{ "name": "Mathías Lepratte", "email": "mlepratte3108@hotmail.com" }
1515
],
16-
"keywords": [ "search", "optimization", "metaheuristic",
17-
"hill climbing", "evolutionary computing", "genetic algorithm"
16+
"keywords": [
17+
"search", "optimization", "metaheuristic", "hill climbing",
18+
"evolutionary computing", "genetic algorithm"
1819
],
1920
"licence": "MIT",
2021
"repository": {
21-
"type": "git", "url": "http://github.com/LeonardoVal/inveniemus"
22+
"type": "git",
23+
"url": "http://github.com/LeonardoVal/inveniemus"
2224
},
2325
"dependencies": {},
2426
"devDependencies": {
2527
"requirejs": "~2.1.9",
26-
"grunt": "~0.4.2",
27-
"grunt-contrib-concat": "~0.3.0",
28-
"grunt-contrib-uglify": "~0.2.7",
29-
"grunt-markdown": "~0.4.0"
30-
},
31-
"bin": {},
32-
"scripts": {},
33-
"engines": {}
28+
"grunt": "~0.4.4",
29+
"grunt-concat-sourcemap": "~0.4.0",
30+
"grunt-contrib-uglify": "~0.4.0",
31+
"grunt-docker": "~0.0.8",
32+
"grunt-karma": "~0.8.0",
33+
"karma-jasmine": "~0.1.5",
34+
"karma-requirejs": "~0.2.1",
35+
"karma-phantomjs-launcher": "~0.1.3",
36+
"karma-chrome-launcher": "~0.1.3",
37+
"karma-firefox-launcher": "~0.1.3",
38+
"karma-ie-launcher": "~0.1.4",
39+
"karma-opera-launcher": "~0.1.0",
40+
"karma-sourcemap-loader": "~0.1"
41+
}
3442
}

0 commit comments

Comments
 (0)