amazon-cognito-identity-js-node
Version:
Amazon Cognito Identity Provider JavaScript SDK for Node.js
31 lines (30 loc) • 680 B
JSON
{
"name": "amazon-cognito-identity-js-node",
"description": "Amazon Cognito Identity Provider JavaScript SDK for Node.js",
"version": "0.0.3",
"author": "Takashi Kaneda",
"repository": {
"type": "git",
"url": "https://github.com/kndt84/amazon-cognito-identity-js.git"
},
"license": "SEE LICENSE IN LICENSE.txt",
"licenses": [
{
"type": "Amazon Software License",
"url": "http://aws.amazon.com/asl"
}
],
"keywords": [
"amazon",
"aws",
"cognito",
"identity"
],
"main": "src/index.js",
"dependencies": {
"aws-sdk": "^2.6.0",
"jsbn": "^0.1.0",
"node-localstorage": "^1.3.0",
"sjcl": "^1.0.6"
}
}