X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=atom-ax-pipe.git;a=blobdiff_plain;f=package.json;h=63934417d6454a8cd0298c256e32460652af56f2;hp=04e9fc1108bbb67cc765f97d87be241d33d3e29f;hb=HEAD;hpb=36631051d19b6e873b4d4e512c760c78b6c0d067 diff --git a/package.json b/package.json index 04e9fc1..6393441 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,32 @@ { "name": "pipe", "main": "./lib/pipe", - "version": "0.1.0", + "version": "0.3.2", "description": "Pipe text in and out of external commands.", - "activationEvents": [ - "pipe:run" - ], - "repository": "https://github.com/moshee/atom-pipe", + "activationCommands": { + "atom-workspace": "pipe:run" + }, + "repository": { + "type": "git", + "url": "https://github.com/moshee/atom-pipe" + }, "license": "MIT", "engines": { - "atom": ">0.72.0" + "atom": ">0.182.0 <2.0.0" + }, + "dependencies": { + "atom-space-pen-views": ">2.0.0" + }, + "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" }, - "dependencies": {} + "_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" }