|
1234567891011121314151617181920212223 |
- {
- "name": "dota2-random",
- "version": "1.0.0",
- "description": "Provides a random hero",
- "main": "index.js",
- "dependencies": {
- "alexa-sdk": "^1.0.7"
- },
- "scripts": {
- "test": "npm install -g standard && standard && node test/testflow.js && npm uninstall -g standard"
- },
- "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": {}
- }
|