{
  "name": "mongo-round",
  "version": "1.0.0",
  "description": "Mongo Aggregation Framework helper function to perform rounding of numbers",
  "keywords": [
    "mongo",
    "aggregation",
    "round"
  ],
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/e-conomic/mongo-round"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/e-conomic/mongo-round/issues"
  },
  "homepage": "https://github.com/e-conomic/mongo-round",
  "devDependencies": {
    "async": "^0.9.0",
    "chai": "^1.10.0",
    "mocha": "^2.1.0",
    "mocha-jshint": "^0.0.9",
    "mongojs": "^0.18.2"
  }
}
