{
  "name": "dataobject-parser",
  "version": "1.2.25",
  "description": "A nodejs module designed to parse an Object hash transposing between dot-notation and a structured heirarchy of Objects/Arrays.  ",
  "main": "lib/utils/dataobject-parser.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha --bail --recursive test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/henrytseng/dataobject-parser"
  },
  "keywords": [
    "dataobject",
    "transpose",
    "heirarchy",
    "flat",
    "dot-notation",
    "dot notation"
  ],
  "author": "Andrew Baez <fitz066@gmail.com>",
  "contributors": [
    {
      "name": "Andrew Baez",
      "email": "fitz066@gmail.com"
    },
    {
      "name": "Joanne Daudier",
      "email": "jdaudier@outlook.com"
    },
    {
      "name": "Henry Tseng",
      "email": "contact@henrytseng.com"
    },
    {
      "name": "David Pate",
      "email": "davidtpate@gmail.com"
    }
  ],
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-mocha": "^10.0.0",
    "gulp-watch": "^4.0.1",
    "lodash": "^4.17.4",
    "mocha": "^9.2.1",
    "run-sequence": "^1.2.2",
    "should": "1.2.1"
  },
  "license": "MIT",
  "bugs": {
    "url": "hhttps://github.com/henrytseng/dataobject-parser/issues"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "homepage": "https://github.com/henrytseng/dataobject-parser"
}
