mls-import
Version:
Library for reading MLS flat files and parsing into javascript objects
31 lines (30 loc) • 722 B
JSON
{
"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"
}
}