X-Git-Url: https://arthur.barton.de/gitweb/?p=atom-ax-pipe.git;a=blobdiff_plain;f=package.json;h=63934417d6454a8cd0298c256e32460652af56f2;hp=0e176d5ab63af220a3927c0fe82642b7e969120b;hb=HEAD;hpb=5b9c1c2b0357ada85a9141a58a32c9f057a14980 diff --git a/package.json b/package.json index 0e176d5..6393441 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,32 @@ { "name": "pipe", "main": "./lib/pipe", - "version": "0.0.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" + }, + "_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" }