1 | {
|
2 | "name": "privacy",
|
3 | "version": "1.0.2",
|
4 | "description": "CLI utility to modify a package.json to use a private npm registry via publishConfig",
|
5 | "main": "index.js",
|
6 | "bin": {
|
7 | "privacy": "bin/privacy.js"
|
8 | },
|
9 | "dependencies": {
|
10 | "dotjson": "^0.1.3",
|
11 | "heredoc": "^1.3.1",
|
12 | "optimist": "^0.6.1"
|
13 | },
|
14 | "repository": {
|
15 | "type": "git",
|
16 | "url": "git://github.com/jameswomack/privacy.git"
|
17 | },
|
18 | "author": "jameswomack <james@womack.io>",
|
19 | "readmeFilename": "README.md",
|
20 | "keywords": [
|
21 | "npm",
|
22 | "publish",
|
23 | "private",
|
24 | "registry",
|
25 | "publishConfig",
|
26 | "spdx",
|
27 | "licenseref"
|
28 | ],
|
29 | "preferGlobal": true,
|
30 | "license": "SEE LICENSE IN LICENSE",
|
31 | "scripts": {}
|
32 | }
|