{
  "name": "angular-moment-hijri",
  "version": "1.0.0",
  "description": "Moment.JS directives & filters for AngularJS (timeago alternative) with Hijri calendar system support",
  "author": "Mouaffak A. Sarhan",
  "license": "MIT",
  "homepage": "https://github.com/msarhan/angular-moment-hijri",
  "main": "angular-moment-hijri.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/msarhan/angular-moment-hijri.git"
  },
  "keywords": [
    "hijri",
    "Hijrah",
    "Hijra",
    "Islamic",
    "arabic",
    "lunar",
		"Umm al-Qura",
		"Ummalqura",
    "date",
    "calendar",
    "conversion",
    "moment",
    "angular"
  ],

 "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "tests.js",
    "angular-moment-hijri-module.js"
  ],
  "devDependencies": {
    "angular-moment": "1.0.1",
    "moment-hijri": "2.0.x",
    "angular-mocks": "1.5.x"
  }
}
