{
  "name": "one-liner-joke",
  "version": "1.2.2",
  "description": "A simple node module which provides one liner joke randomly and from specific category",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/test.js"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:faiyaz26/one-liner-joke.git"
  },
  "keywords": [
    "joke",
    "funny",
    "one-liner",
    "humor",
    "jokes",
    "lol"
  ],
  "author": "Ahmad Faiyaz <faiyaz26@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/faiyaz26/one-liner-joke/issues"
  },
  "homepage": "https://github.com/faiyaz26/one-liner-joke#readme",
  "devDependencies": {
    "chai": "^3.2.0",
    "mocha": "^2.3.0"
  }
}
