{
  "name": "json2ts",
  "version": "0.0.7",
  "description": "Convert a JSON to TypeScript interfaces.",
  "main": "index.js",
  "repository": {
      "url": "https://github.com/GregorBiswanger/json2ts"
  },
  "scripts": {
    "test": "mocha --ui tdd"
  },
  "keywords": [
    "typescript",
    "json"
  ],
  "author": "Gregor Biswanger <gregor.biswanger@web-enliven.de> (http://about.me/gregor.biswanger)",
  "license": "MIT",
  "dependencies": {
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "assert": "^1.3.0",
    "mocha": "^2.4.5"
  }
}