gigya-node
Version:
Gigya SDK for NodeJS
51 lines (50 loc) • 1.07 kB
JSON
{
"name": "gigya-node",
"description": "Gigya SDK for NodeJS",
"keywords": [
"gigya"
],
"engines": {
"node": ">=16"
},
"version": "0.5.0",
"author": {
"name": "Scott Hovestadt",
"email": "scott.hovestadt@gmail.com"
},
"maintainers": [
{
"name": "Aleksandar Kandic",
"email": "acokandic93@gmail.com"
}
],
"scripts": {
"prepack": "npm run build",
"build": "rm -rf dist && tsc",
"test": ""
},
"repository": {
"type": "git",
"url": "git://github.com/acokan/gigya.git"
},
"dependencies": {
"@types/lodash": "^4.14.180",
"@types/node": "^12.20.47",
"@types/request": "^2.48.8",
"jose": "^1.28.2",
"lodash": "^4.17.21",
"request": "^2.88.2",
"strict-uri-encode": "^2.0.0"
},
"main": "dist/index.js",
"typings": "dist/index",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/acokan/gigya/issues"
},
"homepage": "https://github.com/acokan/gigya",
"devDependencies": {
"typescript": "3.9.10"
},
"license": "MIT"
}