A CLI program which allows you to find where a picture is from, it also prints a bunch of URLs (in the terminal) where you can download the original picture.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 516B

5 years ago
12345678910111213141516171819
  1. {
  2. "name": "gib-sauce",
  3. "version": "1.0.0",
  4. "description": "CLI that gives you the origin source of an image.",
  5. "main": "main",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/jack-something/gib-sauce.git"
  12. },
  13. "author": "Jack Moore",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/jack-something/gib-sauce/issues"
  17. },
  18. "homepage": "https://github.com/jack-something/gib-sauce#readme"
  19. }