secure-link
Version:
Functions to generate and validate resource access tokens.
34 lines (33 loc) • 856 B
JSON
{
"name": "secure-link",
"version": "1.0.4",
"description": "Functions to generate and validate resource access tokens.",
"main": "src/index.js",
"dependencies": {},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.4.1",
"eslint-config-squarespace": "^1.0.1",
"jest": "^20.0.4"
},
"scripts": {
"test": "jest --verbose",
"test:watch": "jest --watch"
},
"keywords": [
"secure-access",
"token-authentication",
"secure-link",
"nginx"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chrisself/secure-link.git"
},
"author": "Chris Self <cself@squarespace.com> (https://github.com/chrisself)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisself/secure-link/issues"
},
"homepage": "https://github.com/chrisself/secure-link#readme"
}