author
Version:
a simple token and signature creator for OAuth
39 lines (38 loc) • 726 B
JSON
{
"name": "author",
"version": "1.0.0",
"description": "a simple token and signature creator for OAuth",
"main": "dist/author.js",
"scripts": {
"build": "node_modules/.bin/babel libs -d dist"
},
"repository": {
"type": "git",
"url": "https://github.com/guo-yu/author.git"
},
"keywords": [
"oauth",
"token",
"timestamp",
"nonce",
"ket"
],
"author": "turing",
"license": "MIT",
"bugs": {
"url": "https://github.com/guo-yu/author/issues"
},
"babel": {
"presets": [
"es2015"
]
},
"dependencies": {
"sha1": "^1.1.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.3.13"
}
}