34 lines
789 B
JSON
34 lines
789 B
JSON
{
|
|
"name": "google-p12-pem",
|
|
"version": "1.0.2",
|
|
"description": "Convert Google .p12 keys to .pem keys",
|
|
"main": "build/src/index.js",
|
|
"types": "./build/src/index.d.ts",
|
|
"repository": "https://github.com/google/google-p12-pem",
|
|
"bin": {
|
|
"gp12-pem": "build/src/bin/gp12-pem.js"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"build/src"
|
|
],
|
|
"author": "Ryan Seys",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-forge": "^0.7.4",
|
|
"pify": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mocha": "^2.2.48",
|
|
"@types/node": "^9.4.6",
|
|
"@types/node-forge": "^0.7.2",
|
|
"@types/pify": "^3.0.0",
|
|
"codecov": "^3.0.0",
|
|
"gts": "latest",
|
|
"js-green-licenses": "^0.5.0",
|
|
"mocha": "^5.0.2",
|
|
"nyc": "^11.4.1",
|
|
"typescript": "~2.7.2"
|
|
}
|
|
} |