package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "datejs",
  3. "version": "1.0.0-rc3",
  4. "description": "DateJS is the most full-featured, internationalized, open-source JavaScript Date Library.",
  5. "devDependencies": {
  6. "codeclimate-test-reporter": "*",
  7. "grunt": "~0.4.1",
  8. "grunt-cli": "~0.1.11",
  9. "grunt-closurecompiler": "^0.9.9",
  10. "grunt-contrib-concat": "~0.4.0",
  11. "grunt-contrib-connect": "~0.7.1",
  12. "grunt-contrib-jasmine": "^0.8.1",
  13. "grunt-shell": "~0.6.1",
  14. "grunt-template-jasmine-istanbul": "^0.3.0",
  15. "jasmine-node": "~2.0.0-beta4"
  16. },
  17. "dependencies": {},
  18. "repository": {
  19. "type": "git",
  20. "url": "git://github.com/abritinthebay/datejs.git"
  21. },
  22. "homepage": "https://github.com/abritinthebay/datejs",
  23. "bugs": {
  24. "url": "http://github.com/abritinthebay/datejs/issues"
  25. },
  26. "keywords": [
  27. "date",
  28. "javascript",
  29. "js",
  30. "mit"
  31. ],
  32. "engines": {
  33. "node": ">=0.8"
  34. },
  35. "scripts": {
  36. "test": "grunt test"
  37. },
  38. "author": {
  39. "name": "Gregory Wild-Smith",
  40. "email": "gregory@wild-smith.com"
  41. },
  42. "maintainers": [
  43. {
  44. "name": "Gregory Wild-Smith",
  45. "email": "gregory@wild-smith.com"
  46. }
  47. ],
  48. "main": "./index.js",
  49. "originator": "Geoffrey McGill",
  50. "license": "MIT",
  51. "readmeFilename": "README.md"
  52. }