]> arthur.barton.de Git - atom-ax-pipe.git/blob - package.json
Merge branches 'add-gitignore', 'dont-use-transactions' and 'workspace-addBottomPanel...
[atom-ax-pipe.git] / package.json
1 {
2   "name": "pipe",
3   "main": "./lib/pipe",
4   "version": "0.3.2",
5   "description": "Pipe text in and out of external commands.",
6   "activationCommands": {
7     "atom-workspace": "pipe:run"
8   },
9   "repository": {
10     "type": "git",
11     "url": "https://github.com/moshee/atom-pipe"
12   },
13   "license": "MIT",
14   "engines": {
15     "atom": ">0.182.0 <2.0.0"
16   },
17   "dependencies": {
18     "atom-space-pen-views": ">2.0.0"
19   },
20   "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",
21   "readmeFilename": "README.md",
22   "bugs": {
23     "url": "https://github.com/moshee/atom-pipe/issues"
24   },
25   "homepage": "https://github.com/moshee/atom-pipe",
26   "_id": "pipe@0.1.1",
27   "dist": {
28     "shasum": "065fe0c782ea86980b8cf8e19d2fc40b5851c941"
29   },
30   "_resolved": "/var/folders/hv/nq12s2fx5lv48rtffsd8v2_h0000gn/T/d-114214-49660-1x5dm6u/package.tgz",
31   "_from": "/var/folders/hv/nq12s2fx5lv48rtffsd8v2_h0000gn/T/d-114214-49660-1x5dm6u/package.tgz"
32 }