{
  "name": "digitalocean-cost-calculator",
  "version": "1.0.0",
  "description": "Calculate digitalocean monthly cost",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vdemedes/digitalocean-cost-calculator.git"
  },
  "keywords": [
    "digitalocean"
  ],
  "author": "Vadim Demedes <vdemedes@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vdemedes/digitalocean-cost-calculator/issues"
  },
  "homepage": "https://github.com/vdemedes/digitalocean-cost-calculator#readme",
  "devDependencies": {
    "chai": "^3.0.0",
    "make-lint-es6": "^1.0.3",
    "mocha": "^2.2.5"
  },
  "files": [
    "index.js"
  ]
}
