{
  "name": "sylvester-es6",
  "version": "0.0.2",
  "description": "Fork of the famous Sylvester vector, matrix and geometry library. Rewritten in ES6 and including the glUtils.js add-ons.",
  "main": "target/Sylvester.js",
  "directories": {
    "src": "src",
    "target": "target",
    "test": "test"
  },
  "scripts": {
    "test": "grunt test",
    "build": "grunt build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pithumke/sylvester-es6.git"
  },
  "keywords": [
    "sylvester",
    "glutils",
    "matrix",
    "vector",
    "geometry",
    "es6"
  ],
  "author": "Pit Humke",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pithumke/sylvester/issues"
  },
  "homepage": "https://github.com/pithumke/sylvester#readme",
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-babel": "^6.0.0",
    "grunt-mocha-test": "^0.12.7",
    "babel-preset-es2015": "^6.6.0",
    "mocha": "^2.4.5",
    "chai": "^3.5.0"
  }
}
