package.json 827 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "bahai-date-rest-api",
  3. "version": "1.0.0",
  4. "description": "RESTful Baha'i date API",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: No test specified\" && exit 1",
  8. "start": "nodemon server.js"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/dragfyre/bahai-date-api.git"
  13. },
  14. "keywords": [
  15. "RESTful",
  16. "API",
  17. "date",
  18. "calendar",
  19. "Baha'i"
  20. ],
  21. "author": "dragfyre",
  22. "license": "ISC",
  23. "bugs": {
  24. "url": "https://github.com/dragfyre/bahai-date-api/issues"
  25. },
  26. "homepage": "https://github.com/dragfyre/bahai-date-api#readme",
  27. "devDependencies": {
  28. "nodemon": "^1.14.1"
  29. },
  30. "dependencies": {
  31. "deep-extend": "^0.6.0",
  32. "express": "^4.16.2",
  33. "fsevents": "^2.0.1",
  34. "randomatic": "^3.1.1",
  35. "rc": "^1.2.8"
  36. }
  37. }