-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.69 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.69 KB
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
{
"author": {
"name": "Renato de Pontes Pereira, Max Yari",
"email": "dontwanttoprovidemyprivateemailsorry@gmail.com",
"url": "https://github.com/MaxYari/behavior3editorplus"
},
"name": "behavior3peditor",
"description": "Behavior3+ Editor is an open source visual tool to create and design Behavior Trees. It provides a general solution to model agents for games and other applications, such as simulations and robotics. Behavior3 Editor uses an open - and simple - format to describe the behavior trees, thus you can adapt easily to your own library, tool or framework. This is a special version of the editor adjusted to support all of the Luabehaviourtrees 2e nodes.",
"version": "0.9.4",
"homepage": "https://github.com/behavior3",
"license": "MIT",
"bugs": "https://github.com/behavior3/behavior3editor/issues",
"main": "build/desktop.js",
"devDependencies": {
"electron-builder": "^24.13.3",
"electron-prebuilt": "1.1.2",
"gulp": "~3.9.0",
"gulp-angular-templatecache": "~1.7.0",
"gulp-concat": "~2.6.0",
"gulp-connect": "~2.2.0",
"gulp-foreach": "^0.1.0",
"gulp-jshint": "~1.11.2",
"gulp-less": "~3.0.3",
"gulp-minify-css": "~1.2.1",
"gulp-minify-html": "~1.0.4",
"gulp-replace": "~0.5.4",
"gulp-uglify": "~1.4.1",
"gulp-zip": "^3.0.2",
"jshint-stylish": "~2.0.1",
"merge-stream": "~1.0.0",
"rimraf": "^2.4.3"
},
"overrides": {
"graceful-fs": "^4.2.11"
},
"resolutions": {
"graceful-fs": "^4.2.11"
},
"dependencies": {
"fontawesome-iconpicker": "^3.2.0",
"jquery": "^3.7.1"
},
"scripts": {
"electron-build": "electron-builder",
"build": "gulp build",
"builddev": "gulp dev"
}
}