new file: pixi.toml
[GalaxyCodeBases.git] / etc / whichpm / package.json
blob730d49e7c2ec0e3c2c38a1465c001c676a81406b
2   "name": "whichpm",
3   "description": "CLI that Locates and reports information about installed Perl modules.",
4   "private": false,
5   "version": "0.1.7",
6   "os": [
7     "linux",
8     "darwin",
9     "win32"
10   ],
11   "preferGlobal": true,
12   "bin": {
13     "whichpm": "bin/whichpm"
14   },
15   "homepage": "https://github.com/mklement0/whichpm",
16   "repository": {
17     "type": "git",
18     "url": "https://github.com/mklement0/whichpm.git"
19   },
20   "bugs": {
21     "url": "https://github.com/mklement0/whichpm/issues"
22   },
23   "scripts": {
24     "test": "make test"
25   },
26   "keywords": [
27     "perl",
28     "module",
29     "installation",
30     "locate",
31     "path",
32     "version",
33     "duplicates",
34     "cli"
35   ],
36   "man": "./man/whichpm.1",
37   "directories": {
38     "doc": "./doc"
39   },
40   "author": "Michael Klement <mklement0@gmail.com> (http://same2u.net)",
41   "license": "MIT",
42   "net_same2u": {
43     "make_pkg": {
44       "tocOn": true,
45       "tocTitle": "**Contents**",
46       "manOn": true
47     }
48   },
49   "devDependencies": {
50     "doctoc": "^0.13.0",
51     "json": "^9.0.3",
52     "marked-man": "^0.1.5",
53     "replace": "^0.3.0",
54     "semver": "^4.2.0",
55     "urchin": "^0.0.5"
56   }