{ "name": "dota2-random", "version": "1.0.0", "description": "Provides a random hero", "main": "index.js", "dependencies": { "alexa-sdk": "^1.0.25", "ask-sdk": "^2.1.0" }, "scripts": { "test": "node test/testflow.js testDialogs.txt" }, "author": "binhonglee", "license": "MIT", "repository": { "type": "git", "url": "git+ssh://git@github.com/binhonglee/dota2-random.git" }, "bugs": { "url": "https://github.com/binhonglee/dota2-random/issues" }, "homepage": "https://github.com/binhonglee/dota2-random#readme", "devDependencies": {} }