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