{
  "name": "json-meta-table",
  "version": "1.4.1",
  "description": "A JSON-driven editable table component.",
  "main": "dist/json-meta-table.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/NZME/json-meta-table"
  },
  "scripts": {
    "compile": "node node_modules/babel-cli/bin/babel.js --presets es2015,stage-0 -d dist/ src/",
    "prepublish": "npm run compile",
    "test": "echo 'ok'",
    "bundle": "node node_modules/browserify/bin/cmd.js dist/json-meta-table.js --standalone JSONMetaTable > public/json-meta-table-bundle.js"
  },
  "keywords": [
    "js",
    "es6",
    "table",
    "html",
    "json",
    "class"
  ],
  "contributors": [
    "Raice Hannay <raicehannay@gmail.com> (http://github.com/voodoocreation)"
  ],
  "bugs": {
    "url": "https://github.com/NZME/json-meta-table/issues"
  },
  "dependencies": {
    "event-abstract-class": "^1.0.6",
    "moment": "^2.13.0",
    "fetch-class": "^1.0.3"
  },
  "devDependencies": {
    "babel-cli": "^6.8.0",
    "babel-core": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-0": "^6.5.0",
    "browserify": "^13.0.1"
  }
}
