{
  "name": "ethiopic-js",
  "version": "1.2.5",
  "description": "Converts Ethiopian calendar dates into Gregorian and vice versa.",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mfissehaye/ethiopic-js.git"
  },
  "scripts": {
    "test": "npm run build && mocha --compilers js:babel-core/register --reporter spec test --inspect",
    "lint": "eslint .",
    "build": "babel src --presets babel-preset-es2015 --out-dir dist",
    "check-dist": "npm run build && test `git diff --name-only dist | wc -l` -eq 0"
  },
  "keywords": [
    "ethiopic",
    "ethiopian",
    "orthodox",
    "amharic",
    "calendar"
  ],
  "author": "mfissehaye",
  "license": "MIT",
  "bugs": "https://github.com/mfissehaye/ethiopic-js.git/issues",
  "homepage": "https://github.com/mfissehaye/ethiopic-js.git",
  "devDependencies": {
    "assert": "^1.4.1",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-es2015": "^6.24.1",
    "eslint": "^4.15.0",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-mocha": "^4.11.0",
    "eslint-plugin-react": "^7.5.1",
    "global-mocha": "^1.0.1",
    "mocha": "^4.1.0",
    "should": "^13.2.0"
  }
}
