]> arthur.barton.de Git - atom-ax-pipe.git/blobdiff - package.json
Merge branches 'add-gitignore', 'dont-use-transactions' and 'workspace-addBottomPanel...
[atom-ax-pipe.git] / package.json
index 0e176d5ab63af220a3927c0fe82642b7e969120b..63934417d6454a8cd0298c256e32460652af56f2 100644 (file)
@@ -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"
 }