{
  "name": "txt-file-to-json",
  "version": "3.0.6",
  "description": "Reads a txt file having a table and returns an array of obects. In which each object consists of all headers as keys and there data as values.",
  "main": "txt_to_json.js",
  "scripts": {
    "test": "nyc --reporter=text mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vprince001/txt_to_json.git"
  },
  "keywords": [
    "txttojson",
    "text to json",
    "json",
    "txt",
    "text",
    "convert",
    "array",
    "txt-to-json",
    "text-to-json",
    "txtToJson"
  ],
  "author": "Prince Verma",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/vprince001/txt_to_json/issues"
  },
  "homepage": "https://github.com/vprince001/txt_to_json#readme",
  "dependencies": {},
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^6.2.2",
    "nyc": "^14.1.1"
  }
}
