You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
586 B

  1. {
  2. "name": "dota2-random",
  3. "version": "1.0.0",
  4. "description": "Provides a random hero",
  5. "main": "index.js",
  6. "dependencies": {
  7. "alexa-sdk": "^1.0.6"
  8. },
  9. "author": "binhonglee",
  10. "license": "MIT",
  11. "devDependencies": {},
  12. "scripts": {
  13. "test": "echo \"Error: no test specified\" && exit 1"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "git+ssh://git@github.com/binhonglee/dota2-alexa-skill.git"
  18. },
  19. "bugs": {
  20. "url": "https://github.com/binhonglee/dota2-alexa-skill/issues"
  21. },
  22. "homepage": "https://github.com/binhonglee/dota2-alexa-skill#readme"
  23. }