package.json 443 B

12345678910111213141516171819
  1. {
  2. "name": "gh2gogs",
  3. "version": "0.0.1",
  4. "description": "Github data into gogs repo",
  5. "main": "gh2gogs.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://lolg.it/herby/gh2gogs.git"
  12. },
  13. "author": "Herbert Vojčík <herby@mailbox.sk>",
  14. "license": "MIT",
  15. "dependencies": {
  16. "request": "^2.72.0",
  17. "request-promise-native": "^1.0.3"
  18. }
  19. }