{
  "name": "onlydata",
  "version": "1.0.4",
  "description": "official OnlyData parser",
  "main": "dist/onlydata.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/imaginate/onlydata-node.git"
  },
  "author": "Adam Smith <adam@imaginate.life> (https://imaginate.life)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/imaginate/onlydata-node/issues"
  },
  "homepage": "http://onlydata.tech/node",
  "scripts": {
    "test": "node ./test/init.js"
  },
  "dependencies": {
    "node-vitals": "4.x"
  },
  "devDependencies": {
    "chalk": "1.x",
    "mocha": "3.x",
    "node-act": "1.x",
    "log-ocd": ">1.0.0-beta"
  }
}
