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 regels
617 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.7"
  8. },
  9. "scripts": {
  10. "test": "npm install -g standard && standard && node test/testflow.js && npm uninstall -g standard"
  11. },
  12. "author": "binhonglee",
  13. "license": "MIT",
  14. "repository": {
  15. "type": "git",
  16. "url": "git+ssh://git@github.com/binhonglee/dota2-random.git"
  17. },
  18. "bugs": {
  19. "url": "https://github.com/binhonglee/dota2-random/issues"
  20. },
  21. "homepage": "https://github.com/binhonglee/dota2-random#readme",
  22. "devDependencies": {}
  23. }