]> arthur.barton.de Git - atom-ax-pipe.git/blob - package.json
initial commit
[atom-ax-pipe.git] / package.json
1 {
2   "name": "pipe",
3   "main": "./lib/pipe",
4   "version": "0.0.0",
5   "description": "Pipe text in and out of external commands.",
6   "activationEvents": ["pipe:run"],
7   "repository": "https://github.com/moshee/atom-pipe",
8   "license": "MIT",
9   "engines": {
10     "atom": ">0.72.0"
11   },
12   "dependencies": {
13   }
14 }