25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 671 B

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