{
  "name": "lathe",
  "description": "A discrete solid modeller using BSPs",
  "version": "0.4.0",
  "keywords": [
    "solid modelling",
    "bsp"
  ],
  "homepage": "http://bjnortier.com/lathe/",
  "author": "Ben Nortier <bjnortier@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/bjnortier/lathe.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "requirejs": ">= 2.1.2",
    "gl-matrix": "https://github.com/toji/gl-matrix/tarball/v2.2.0"
  },
  "devDependencies": {
    "mocha": ">= 1.7.4",
    "chai": ">= 1.4.2",
    "grunt-simple-mocha": "~0.4.0",
    "grunt-contrib-watch": "~0.5.1",
    "grunt": "~0.4.1",
    "grunt-contrib-jshint": "~0.6.2",
    "grunt-cli": "~0.1.9"
  }
}
