Skip to content

Commit ee3185b

Browse files
committed
bower update
1 parent a82af21 commit ee3185b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

bower.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@
33
"version": "0.1.0",
44
"homepage": "https://github.com/renatopp/behavior3js",
55
"authors": [
6-
"Renato Pereira",
7-
"Davis Marques"
6+
{"name":"Renato Pereira", "email":"renato.ppontes@gmail.com", "homepage":"http://guineashots.com"},
7+
{"name":"Davis Marques"}
88
],
99
"description": "Behavior tree library",
1010
"license": "MIT",
11-
"main": [ "libs/b3core.0.1.0.js" ],
11+
"keywords": ["behavior", "tree", "behavior tree", "behavior3", "b3", "ai",
12+
"artificial intelligence"],
13+
"main": [ "libs/b3core.0.1.0.min.js" ],
1214
"ignore": [
1315
"node_modules",
1416
"bower_components",
1517
"build",
1618
"docs",
1719
"src",
1820
"tests",
19-
"tools"
21+
"tools",
22+
"examples"
2023
]
2124
}

0 commit comments

Comments
 (0)