forked from behavior3/behavior3js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 984 Bytes
/
package.json
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
{
"name": "behavior3js",
"version": "0.2.0",
"description": "Behavior3 client library for Javascript (Behavior Trees for Javascript)",
"main": "libs/behavior3-0.2.0.min.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git://github.com/behavior3/behavior3js.git"
},
"keywords": [
"behavior",
"tree",
"behavior tree",
"ai",
"artificial intelligence",
"behavior3",
"b3",
"game dev",
"gameai"
],
"author": "Renato Pereira <[email protected]> (http://guineashots.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/behavior3/behavior3js/issues"
},
"homepage": "https://behavior3.com",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-yuidoc": "^0.1.2",
"gulp-zip": "^3.0.2",
"jshint-stylish": "^2.0.1"
}
}