{
  "name": "whatsapp-url",
  "version": "0.0.4",
  "description": "Create a Whatsapp url",
  "main": "index.js",
  "author": "Fernando Moreira <nandomoreira.me@gmail.com> (https://nandomoreira.me)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nandomoreirame/whatsapp-url/issues"
  },
  "homepage": "https://github.com/nandomoreirame/whatsapp-url#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nandomoreirame/whatsapp-url.git"
  },
  "keywords": [
    "whatsapp",
    "app",
    "lib",
    "url",
    "social",
    "media"
  ],
  "engines": {
    "node": ">=9"
  },
  "files": [
    "index.js"
  ],
  "nyc": {
    "functions": 100,
    "lines": 100,
    "check-coverage": true,
    "exclude": "tests/**",
    "extension": [
      ".js"
    ],
    "reporter": [
      "text",
      "html"
    ]
  },
  "scripts": {
    "lint": "eslint ./**/*.js --quiet",
    "spec": "NODE_ENV=test mocha *.spec.js",
    "test": "npm run lint && npm run spec"
  },
  "devDependencies": {
    "eslint": "^5.3.0",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-standard": "^3.1.0",
    "husky": "^0.14.3",
    "mocha": "^5.2.0",
    "nyc": "^12.0.2"
  }
}
