{
  "name": "mavis",
  "version": "2.0.0",
  "description": "Thorough javascript type checker",
  "main": "mavis.js",
  "scripts": {
    "test": "jasmine"
  },
  "keywords": [
    "javascript",
		"object",
		"array",
    "type",
    "typeof",
    "primitive",
    "checker",
    "value",
    "category",
    "data",
    "matcher",
    "match"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PsychoLlama/mavis.git"
  },
  "author": "Jesse Gibson <jesse@gundb.io> (http://PsychoLlama.io)",
  "license": "MIT",
  "devDependencies": {
    "jasmine": "^2.4.1"
  }
}
