{
  "name": "greetings",
  "version": "1.0.0",
  "description": "Get a random greeting",
  "license": "MIT",
  "repository": "alonalon/Greetings",
  "author": {
    "name": "alonalon",
    "email": "aronhafner@gmail.com",
    "url": "github.com/alonalon"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "files": [
    "index.js",
    "greetings.json"
  ],
  "keywords": [
    "greetings",
    "hello",
    "hi",
    "salute",
    "welcome"
  ],
  "dependencies": {
    "unique-random-array": "^1.0.0"
  },
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  }
}
