-
Notifications
You must be signed in to change notification settings - Fork 105
/
package.json
64 lines (64 loc) · 1.58 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "behavior3js",
"version": "0.2.2",
"description": "Behavior3 client library for Javascript (Behavior Trees for Javascript)",
"main": "libs/behavior3-0.2.2.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",
"scripts": {
"prepublish": "gulp build",
"test": "mocha --ui tdd --compilers js:babel-register --recursive"
},
"devDependencies": {
"babel-plugin-transform-es2015-modules-umd": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-yuidoc": "^0.1.2",
"gulp-zip": "^3.0.2",
"jshint-stylish": "^2.0.1",
"mocha": "3.4.2",
"sinon": "2.3.8",
"uglifyify": "^3.0.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {},
"contributors": [
{
"name": "Daniele Polencic",
"email": "[email protected]",
"url": "https://uasabi.com"
}
]
}