{
  "name": "thanos-snap",
  "version": "1.0.3",
  "description": "Using Thano's powerful snap he will take any data given to him return back only half.",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "lint": "eslint \"**/*.js\" --quiet",
    "fix": "eslint --fix .",
    "test": "npm run lint && NODE_ENV=test mocha -u tdd --reporter spec --exit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Travo100/thanos-snap.git"
  },
  "keywords": [
    "thanos",
    "snap",
    "half"
  ],
  "author": "Travis Thompson <travo100@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Travo100/thanos-snap/issues"
  },
  "homepage": "https://github.com/Travo100/thanos-snap#readme",
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-http": "^4.2.1",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^4.1.0",
    "eslint-plugin-prettier": "^3.0.1",
    "mocha": "^5.0.2",
    "prettier": "^1.16.4"
  }
}
