package.json 919 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "hijrah-date",
  3. "version": "1.0.3",
  4. "description": "A date in the Hijrah calendar system",
  5. "main": "hijrah-date.js",
  6. "keywords": "date, hijrah, hijri, calendar, islamic",
  7. "author": "Mouaffak A. Sarhan <mouffaksarhan@gmail.com>",
  8. "license": "MIT",
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/msarhan/hijrah-date.git"
  12. },
  13. "scripts": {
  14. "test": "gulp test"
  15. },
  16. "ignore": [
  17. "**/.*",
  18. "node_modules",
  19. "test",
  20. "src"
  21. ],
  22. "devDependencies": {
  23. "assert": "^1.4.1",
  24. "gulp": "^3.9.1",
  25. "gulp-concat": "^2.6.0",
  26. "gulp-connect": "^5.0.0",
  27. "gulp-rename": "^1.2.2",
  28. "gulp-sourcemaps": "^1.6.0",
  29. "gulp-uglify": "^2.0.0",
  30. "gulp-wrap": "^0.13.0",
  31. "jasmine-core": "^2.5.1",
  32. "karma": "^1.3.0",
  33. "karma-jasmine": "^1.0.2",
  34. "karma-phantomjs-launcher": "^1.0.2",
  35. "phantomjs": "^2.1.7",
  36. "timeshift-js": "^1.0.0"
  37. }
  38. }