X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=package.json;h=db6aa0908076af8df453acc6fcb2751d2f9fc63f;hb=7e645d70db173f5d30991bc2e998bd1eb832fce4;hp=58b21ec513e33eafbf47fdeb2b347e9feaa8ff08;hpb=d364e3bf38055fc6672bfac8ace5eb3051210ea0;p=atom-ax-pipe.git diff --git a/package.json b/package.json index 58b21ec..db6aa09 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,25 @@ "activationEvents": [ "pipe:run" ], - "repository": "https://github.com/moshee/atom-pipe", + "repository": { + "type": "git", + "url": "https://github.com/moshee/atom-pipe" + }, "license": "MIT", "engines": { "atom": ">0.72.0" }, - "dependencies": {} + "dependencies": {}, + "readme": "# pipe\n\nSelect text to pipe into external commands and replace it with the output. Sort\nof like `!` in vim. Commands are sent to your `$SHELL`.\n\nDefault keybinding to activate is `cmd-;`.\n\n![pipe in action](https://i.ktkr.us/hoeJ)\n", + "readmeFilename": "README.md", + "bugs": { + "url": "https://github.com/moshee/atom-pipe/issues" + }, + "homepage": "https://github.com/moshee/atom-pipe", + "_id": "pipe@0.1.1", + "dist": { + "shasum": "065fe0c782ea86980b8cf8e19d2fc40b5851c941" + }, + "_resolved": "/var/folders/hv/nq12s2fx5lv48rtffsd8v2_h0000gn/T/d-114214-49660-1x5dm6u/package.tgz", + "_from": "/var/folders/hv/nq12s2fx5lv48rtffsd8v2_h0000gn/T/d-114214-49660-1x5dm6u/package.tgz" }