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.
 
 

25 lines
591 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.25",
  8. "ask-sdk": "^2.1.0"
  9. },
  10. "scripts": {
  11. "test": "node test/testflow.js testDialogs.txt"
  12. },
  13. "author": "binhonglee",
  14. "license": "MIT",
  15. "repository": {
  16. "type": "git",
  17. "url": "git+ssh://git@github.com/binhonglee/dota2-random.git"
  18. },
  19. "bugs": {
  20. "url": "https://github.com/binhonglee/dota2-random/issues"
  21. },
  22. "homepage": "https://github.com/binhonglee/dota2-random#readme",
  23. "devDependencies": {}
  24. }