node-linux-pam-fork
Version:
Asynchronous PAM authentication for NodeJS
58 lines (57 loc) • 1.35 kB
JSON
{
"name": "node-linux-pam-fork",
"version": "0.0.2",
"gypfile": true,
"description": "Asynchronous PAM authentication for NodeJS",
"main": "index.js",
"binary": {
"module_name": "node-linux-pam-fork",
"module_path": "./build/Release/",
"host": "https://github.com/veggiesaurus/node-linux-pam-fork/releases/download/",
"remote_path": "{version}"
},
"scripts": {
"test": "cc",
"install": "node-pre-gyp install --fallback-to-build"
},
"engines": {
"node": ">=8.6.0"
},
"cc": {
"linelength": "120",
"files": [
"src/*.cc",
"src/*.h"
],
"filter": [
"build/include",
"build/namespaces",
"legal/copyright"
]
},
"repository": {
"type": "git",
"url": "https://github.com/veggiesaurus/node-linux-pam-fork.git"
},
"bugs": {
"url": "https://github.com/veggiesaurus/node-linux-pam-fork/issues"
},
"homepage": "https://github.com/veggiesaurus/node-linux-pam-fork#readme",
"keywords": [
"pam",
"linux-pam",
"authentication"
],
"author": "Angus Comrie <accomrie@gmail.com>",
"license": "MIT",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.1",
"bindings": "1.5.0",
"node-addon-api": "1.6.3",
"node-pre-gyp-github": "^1.4.3"
},
"devDependencies": {
"aws-sdk": "^2.873.0",
"cc": "1.0.2"
}
}