{
  "name": "ethiopian-date",
  "version": "0.0.6",
  "description": "A date converter from Ethiopian calendar to Gregorian calendar and vice-versa.",
  "main": "dist/index.js",
  "scripts": {
    "test": "npm run build && mocha --reporter spec test",
    "lint": "eslint .",
    "build": "babel index.js | tail -n +3 > dist/index.js",
    "check-dist": "npm run build && test `git diff --name-only dist | wc -l` -eq 0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zenysis/ethiopian-date.git"
  },
  "keywords": [
    "Ethiopian",
    "Calendar",
    "Gregorian",
    "Date",
    "Conversion"
  ],
  "author": "zenysis",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zenysis/ethiopian-date/issues"
  },
  "homepage": "https://github.com/zenysis/ethiopian-date#readme",
  "devDependencies": {
    "assert": "^1.3.0",
    "babel-cli": "^6.5.1",
    "babel-preset-es2015": "^6.5.0",
    "eslint": "^1.0.0",
    "eslint-config-airbnb": "^5.0.1",
    "eslint-plugin-mocha": "^1.0.0",
    "eslint-plugin-react": "^3.16.1",
    "global-mocha": "^1.0.1",
    "mocha": "^2.4.5"
  }
}
