Skip to content

Commit 9cf21af

Browse files
committed
Bower support.
* Added bower.json definition with dependencies. * Removed lib folder and changed references to bower_components.
1 parent d9f8139 commit 9cf21af

File tree

10 files changed

+42
-3406
lines changed

10 files changed

+42
-3406
lines changed

bower.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "inveniemus",
3+
"version": "0.1.1",
4+
"authors": [
5+
"Leonardo Val <leonardo.val@creatartis.com>"
6+
],
7+
"description": "A search and optimization library, focusing on metaheuristics.",
8+
"moduleType": [
9+
"amd", "globals", "node"
10+
],
11+
"keywords": [
12+
"search", "optimization", "metaheuristic", "hill climbing",
13+
"evolutionary computing", "genetic algorithm"
14+
],
15+
"license": "MIT",
16+
"homepage": "http://creatartis.com",
17+
"private": true,
18+
"main": "build/inveniemus.js",
19+
"ignore": [
20+
"**/.*",
21+
"node_modules", "bower_components", "src", "tests", "docs",
22+
"bower.json", "package.json", "Gruntfile.js", "LICENSE.md", "README.md"
23+
],
24+
"dependencies": {
25+
"requirejs": "2.1.9",
26+
"jquery": "~2.0.3",
27+
"dygraphs": "~1.0.1",
28+
"basis": "git://github.com/LeonardoVal/basis.js.git"
29+
}
30+
}

build/inveniemus.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)