50 строки
1014 B
JSON
50 строки
1014 B
JSON
{
|
|
"name": "win-ca",
|
|
"version": "2.3.0",
|
|
"description": "Get Windows System Root certificates",
|
|
"main": "lib",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"nvm$": "n-api\\nvm$deploy",
|
|
"pretest": "coffee build",
|
|
"postinstall": "node -e \"try{require('.')}catch(e){}\"",
|
|
"test": "coffee test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://ukoloff@github.com/ukoloff/win-ca.git"
|
|
},
|
|
"keywords": [
|
|
"n-api",
|
|
"ssl",
|
|
"tls",
|
|
"ca",
|
|
"root",
|
|
"windows",
|
|
"vscode",
|
|
"electron"
|
|
],
|
|
"author": {
|
|
"name": "Stas Ukolov",
|
|
"email": "ukoloff@gmail.com"
|
|
},
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/ukoloff/win-ca/issues"
|
|
},
|
|
"homepage": "https://github.com/ukoloff/win-ca",
|
|
"dependencies": {
|
|
"is-electron": "^2.2.0",
|
|
"make-dir": "^1.3.0",
|
|
"node-forge": "^0.7.5",
|
|
"split": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"bindings": "^1.3.0",
|
|
"coffee-script": "^1.12.2",
|
|
"node-addon-api": "^1.3.0"
|
|
}
|
|
}
|