laughing-hipster/.atom/packages/sort-lines/package.json

34 lines
1.2 KiB
JSON

{
"name": "sort-lines",
"main": "./lib/sort-lines",
"version": "0.6.0",
"description": "Sorts your lines. Never gets tired.",
"activationEvents": [
"sort-lines:sort",
"sort-lines:reverse-sort",
"sort-lines:unique",
"sort-lines:case-insensitive-sort"
],
"repository": {
"type": "git",
"url": "https://github.com/atom/sort-lines"
},
"license": "MIT",
"engines": {
"atom": ">0.39.0"
},
"dependencies": {},
"readme": "# Sort Lines Package [![Build Status](https://travis-ci.org/atom/sort-lines.svg?branch=master)](https://travis-ci.org/atom/sort-lines)\n\nSorts your lines in Atom, never gets tired.\n\n![sort-lines-demo](https://f.cloud.github.com/assets/2988/1796891/85e69ff2-6a93-11e3-89ac-31927f604592.gif)\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/atom/sort-lines/issues"
},
"homepage": "https://github.com/atom/sort-lines",
"_id": "sort-lines@0.6.0",
"dist": {
"shasum": "6ac7b38f8720c27c0eb20e532555f618d1017256"
},
"_resolved": "C:\\Users\\Adam\\AppData\\Local\\Temp\\d-114614-3900-113bedv\\package.tgz",
"_from": "C:\\Users\\Adam\\AppData\\Local\\Temp\\d-114614-3900-113bedv\\package.tgz"
}