{
  "name": "json-edm-parser",
  "version": "0.1.2",
  "description": "This is a JSON streaming parser for node.js. It will handle the Entity Data Model (EDM) types to be compatitable with odata.",
  "main": "parser.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yaxia/json-edm-parser.git"
  },
  "keywords": [
    "json",
    "stream",
    "odata",
    "edm",
    "parser"
  ],
  "author": "Yang Xia",
  "license": "MIT",
  "dependencies": {
     "jsonparse": "~1.2.0"
  },
  "devDependencies": {
    "tape": "~4.4.0",
    "tap": "~5.0.0"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "bugs": {
    "url": "https://github.com/yaxia/json-edm-parser/issues"
  },
  "homepage": "https://github.com/yaxia/json-edm-parser#readme"
}
