indieauth-helper
Version:
A simple helper class for creating IndieAuth clients
35 lines (34 loc) • 959 B
JSON
{
"name": "indieauth-helper",
"version": "1.0.2",
"description": "A simple helper class for creating IndieAuth clients",
"keywords": [
"indieauth",
"indieweb"
],
"homepage": "https://grantcodes.github.io/indieauth-helper",
"repository": "https://github.com/grantcodes/indieauth-helper",
"bugs": "https://github.com/grantcodes/indieauth-helper/issues",
"main": "./src/main.js",
"author": "Grant Richmond <mail@grant.codes> (https://grant.codes)",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"qs": "^6.9.3",
"rel-parser": "^1.0.2",
"crypto-js": "^4.0.0"
},
"scripts": {
"test": "ava tests/index.js",
"start": "echo 'Remember to fix the package.json before release' && node index.js"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5",
"semi": false
},
"devDependencies": {
"ava": "^3.5.1",
"express": "^4.17.1"
}
}