-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 950 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
{
"name": "babylon-steering",
"version": "0.1.4",
"description": "Steering behaviours library for Babylon.js",
"main": "dist/index.js",
"source": "src/index.js",
"directories": {
"example": "examples"
},
"scripts": {
"start": "node ./Demo/server.js",
"dev": "microbundle watch",
"build": "microbundle --name babylon-steering"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LorenzoCorbella74/babylon-steering.git"
},
"keywords": [
"3D",
"Game_development",
"steering_behaviours",
"game_ai",
"Babylon.js"
],
"author": "Lorenzo Corbella",
"license": "ISC",
"bugs": {
"url": "https://github.com/LorenzoCorbella74/babylon-steering/issues"
},
"homepage": "https://github.com/LorenzoCorbella74/babylon-steering#readme",
"dependencies": {
"babylonjs": "^4.0.3",
"express": "^4.17.1"
},
"devDependencies": {
"microbundle": "^0.11.0"
}
}