{
  "name": "@hola.org/emailjs-addressparser",
  "version": "2.0.3",
  "homepage": "https://github.com/hola/emailjs-addressparser",
  "description": "Parse rfc2822 address fields",
  "author": "Andris Reinman <andris@kreata.ee>",
  "keywords": [
    "RFC822",
    "RFC2822",
    "mime",
    "address",
    "parser"
  ],
  "license": "MIT",
  "scripts": {
    "build": "./scripts/build.sh",
    "release": "./scripts/release.sh",
    "lint": "$(npm bin)/standard",
    "test": "npm run lint && npm run unit",
    "unit": "$(npm bin)/mocha './src/*-unit.js' --reporter spec --require babel-register testutils.js",
    "test-watch": "$(npm bin)/mocha './src/*-unit.js' --reporter spec --require babel-register testutils.js --watch"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/hola/emailjs-addressparser.git"
  },
  "main": "./dist/addressparser",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-register": "^6.26.0",
    "chai": "^4.1.2",
    "mocha": "^5.0.0",
    "nodemon": "^1.12.1",
    "pre-commit": "^1.2.2",
    "standard": "^11.0.0"
  },
  "standard": {
    "globals": [
      "describe",
      "it",
      "before",
      "beforeAll",
      "afterAll",
      "after",
      "expect"
    ],
    "ignore": [
      "dist"
    ]
  }
}
