{
  "name": "tsd-schema",
  "description": "TSD Schema",
  "version": "0.2.1",
  "keywords": [],
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/yortus/tsd-schema.git"
  },
  "bugs": {
    "url": "http://github.com/yortus/tsd-schema/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Troy Gerwien",
    "email": "yortus@gmail.com",
    "url": "http://github.com/yortus/"
  },
  "readmeFilename": "README.md",
  "scripts": {
    "test": "grunt test",
    "prepublish": "grunt build"
  },
  "dependencies": {
    "asyncawait": "^0.7",
    "pegjs": "^0.8",
    "lodash": "~2.4.1"
  },
  "devDependencies": {
    "mocha": "^1.18",
    "chai": "^1.9",
    "grunt": "^0.4",
    "grunt-mocha-test": "^0.10",
    "grunt-contrib-clean": "^0.5",
    "grunt-typescript": "^0.3",
    "grunt-findts": "^0.1"
  }
}
