package.json 714 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "liveme-api",
  3. "version": "1.2.8",
  4. "description": "LiveMe API for Node",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node tests/test.js"
  8. },
  9. "engines": {
  10. "node": ">=6.0.0"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/thecoder75/liveme-api.git"
  15. },
  16. "keywords": [
  17. "liveme",
  18. "api"
  19. ],
  20. "author": "thecoder1975@gmail.com",
  21. "contributors": [
  22. "thecoder75",
  23. "polydragon"
  24. ],
  25. "license": "GPL-3.0",
  26. "bugs": {
  27. "url": "https://github.com/thecoder75/liveme-api/issues"
  28. },
  29. "homepage": "https://github.com/thecoder75/liveme-api#readme",
  30. "dependencies": {
  31. "appdata-path": "^0.1.2",
  32. "request-promise-native": "^1.0.5"
  33. }
  34. }