{
  "name": "mls-import",
  "version": "0.5.1",
  "description": "Library for reading MLS flat files and parsing into javascript objects",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TommyAllsup/mls-import.git"
  },
  "keywords": [
    "MLS",
    "RTMLS"
  ],
  "author": "Tommy Allsup <tommy.allsup@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TommyAllsup/mls-import/issues"
  },
  "homepage": "https://github.com/TommyAllsup/mls-import",
  "devDependencies": {
    "chai": "^1.10.0",
    "mocha": "^2.0.1"
  },
  "dependencies": {
    "change-case": "^2.1.5"
  }
}
