{
  "name": "typedjson-npm",
  "version": "0.1.7",
  "description": "Typed JSON parsing and serializing for TypeScript that preserves type information, using decorators. Parse JSON into actual class instances.",
  "main": "./js/typed-json.js",
  "typings": "./js/typed-json.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JohnWhiteTB/TypedJSON.git"
  },
  "author": "John White",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JohnWhiteTB/TypedJSON/issues"
  },
  "homepage": "https://github.com/JohnWhiteTB/TypedJSON"
}
