{
  "name": "onm",
  "version": "0.2.8",
  "description": "Object Namespace Manager (onm) data model, schema-driven JSON factory and in-memory subsystem communication bus for complex data-driven Node.js/HTML 5 client apps.",
  "keywords": [
    "JSON",
    "object factory",
    "data model",
    "data",
    "design pattern",
    "model",
    "store",
    "observe",
    "observer",
    "feedback",
    "signal",
    "visitor",
    "factory",
    "bus",
    "channel",
    "delegate",
    "proxy",
    "encapsule",
    "protocols",
    "addressing",
    "router",
    "routing",
    "uri",
    "oh never mind..."
  ],
  "scripts": {
    "test": "mocha -R spec ./test/test-onm.js"
  },  
  "main": "onm.js",
  "author": {
    "name": "Chris Russell",
    "email": "chrisrus@encapsule.org",
    "url": "https://github.com/ChrisRus"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Encapsule/onm"
  },
  "licenses": {
    "type": "MIT"
  },
  "homepage": "https://github.com/Encapsule/onm",
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-coffee": "~0.8.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-mocha-test": "^0.11.0",
    "chai": "^1.9.1"
  },
  "dependencies": {
    "node-uuid": "*"
  }
}
