|
2 | 2 | "name": "inveniemus", |
3 | 3 | "description": "A search and optimization library, focusing on metaheuristics.", |
4 | 4 | "keywords": [], |
5 | | - "version": "0.1.0", |
| 5 | + "version": "0.1.1", |
6 | 6 | "author": { |
7 | 7 | "name": "Leonardo Val", |
8 | 8 | "email": "leonardo.val@creatartis.com>" |
|
13 | 13 | { "name": "Gonzalo Martínez", "email": "gonzalo.martinez@live.com" }, |
14 | 14 | { "name": "Mathías Lepratte", "email": "mlepratte3108@hotmail.com" } |
15 | 15 | ], |
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" |
18 | 19 | ], |
19 | 20 | "licence": "MIT", |
20 | 21 | "repository": { |
21 | | - "type": "git", "url": "http://github.com/LeonardoVal/inveniemus" |
| 22 | + "type": "git", |
| 23 | + "url": "http://github.com/LeonardoVal/inveniemus" |
22 | 24 | }, |
23 | 25 | "dependencies": {}, |
24 | 26 | "devDependencies": { |
25 | 27 | "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 | + } |
34 | 42 | } |
0 commit comments