{
  "name": "mount-expressions",
  "version": "1.0.1",
  "description": "A simple ultility function to make working with values, arrays and objects chainable. All values are wrappered with accesser functions that accept callbacks. Making calls, chainable and fluent.",
  "main": "mount.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rexfordkelly/mount.js.git"
  },
  "keywords": [
    "Functional",
    "Programing",
    "Chainable",
    "Callbacks",
    "Fluent",
    "util",
    "utilities",
    "utility"
  ],
  "author": "rexfordkelly@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rexfordkelly/mount.js/issues"
  },
  "homepage": "https://github.com/rexfordkelly/mount.js#readme"
}
