{ "name": "gh2gogs", "version": "0.0.1", "description": "Github data into gogs repo", "main": "gh2gogs.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://lolg.it/herby/gh2gogs.git" }, "author": "Herbert Vojčík ", "license": "MIT", "dependencies": { "request": "^2.72.0", "request-promise-native": "^1.0.3" } }