package.json 724 B

123456789101112131415161718192021222324252627282930313233
  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. "express": "^4.16.2"
  32. }
  33. }