{
  "name": "behavior3js-ex",
  "version": "0.2.7",
  "description": "Behavior3 client library for Javascript (Behavior Trees for Javascript)",
  "main": "libs/behavior3-0.2.7.js",
  "directories": {
    "doc": "docs",
    "test": "tests"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/simabenteng/behavior3js.git"
  },
  "keywords": [
    "behavior",
    "tree",
    "behavior tree",
    "ai",
    "artificial intelligence",
    "behavior3",
    "b3",
    "game dev",
    "gameai"
  ],
  "author": "Renato Pereira <renato.ppontes@gmail.com> (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": "daniele.polencic@gmail.com",
      "url": "https://uasabi.com"
    }
  ]
}
