{
  "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"
  }
}
