{
  "name": "class-o-mat-data-object-plugin",
  "version": "0.0.4",
  "description": "a plugin to allow a class-o-mat instance to output the full tree of its own parameters and any of its children",
  "main": "./lib/index.js",
  "scripts": {
    "test": "pwd && NODE_PATH=$(pwd) mocha ./test/index.js | ./node_modules/.bin/bunyan",
    "build": "rimraf ./lib && babel ./src --out-dir ./lib --source-maps",
    "bundle": "browserify ./src/index.js -o public/js/bundle.js -t [babelify]",
    "prepublish": "npm run build"
  },
  "author": "Robert LaMarca <robertlamarca@gmail.com>",
  "license": "GPL-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/bobbwhy/class-o-mat-data-object"
  },
  "keywords": [
    "classOMat",
    "class-o-mat",
    "meta",
    "programming",
    "class",
    "factory",
    "fields"
  ],
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "bunyan": "^1.8.10",
    "chai": "^4.0.2",
    "mocha": "^3.4.2",
    "rimraf": "^2.6.1"
  },
  "dependencies": {
    "class-o-mat": "^0.5.6"
  }
}
