]>
Commit | Line | Data |
---|---|---|
24c7594d BB |
1 | { |
2 | "name": "relative-line-numbers", | |
3 | "main": "./lib/relative-line-numbers", | |
4 | "version": "0.1.5", | |
5 | "description": "Relative line numbers for Atom", | |
6 | "repository": { | |
7 | "type": "git", | |
8 | "url": "https://github.com/rovansteen/atom-relative-line-numbers" | |
9 | }, | |
10 | "license": "MIT", | |
11 | "activationEvents": [], | |
12 | "engines": { | |
13 | "atom": ">=0.174.0 <2.0.0" | |
14 | }, | |
15 | "dependencies": {}, | |
16 | "readme": "# relative-line-numbers package\n\nReplaces the regular line numbers with relative numbers.\nAlso has an option to show the true number on the current line.\n", | |
17 | "readmeFilename": "README.md", | |
18 | "bugs": { | |
19 | "url": "https://github.com/rovansteen/atom-relative-line-numbers/issues" | |
20 | }, | |
21 | "homepage": "https://github.com/rovansteen/atom-relative-line-numbers", | |
22 | "_id": "relative-line-numbers@0.1.5", | |
23 | "_shasum": "0ac976da8ee9a717118a60ade739820b9f0af0b4", | |
24 | "_resolved": "file:../d-11567-50205-nqln2s/package.tgz", | |
25 | "_from": "../d-11567-50205-nqln2s/package.tgz", | |
26 | "_atomModuleCache": { | |
27 | "version": 1, | |
28 | "dependencies": [], | |
29 | "extensions": { | |
30 | ".coffee": [ | |
31 | "lib/line-number-view.coffee", | |
32 | "lib/relative-line-numbers.coffee" | |
33 | ], | |
34 | ".json": [ | |
35 | "package.json" | |
36 | ] | |
37 | }, | |
38 | "folders": [] | |
39 | } | |
40 | } |