{
  "author": "Raquel Velez",
  "name": "vektor",
  "description": "A linear algebra module, including vectors, matrices, transformations, etc",
  "keywords": [
    "vector",
    "matrix",
    "matrices",
    "linear algebra",
    "transformations"
  ],
  "version": "0.3.0",
  "main": "./index.js",
  "scripts": {
    "test": "mocha tests -R spec"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:rockbot/vektor.git"
  },
  "dependencies": {
    "benchmark": "^1.0.0"
  },
  "devDependencies": {
    "should": "2.1.1",
    "mocha": "1.15.1",
    "underscore": "1.3.3"
  },
  "optionalDependencies": {},
  "license": "MIT",
  "engines": {
    "node": "*"
  }
}
