node-oauth-1.0a-ts
Version:
OAuth 1.0a Request Authorization for Node and Browser.
51 lines (50 loc) • 1.13 kB
JSON
{
"name": "node-oauth-1.0a-ts",
"version": "4.0.5",
"description": "OAuth 1.0a Request Authorization for Node and Browser.",
"scripts": {
"build": "tsc --project .",
"lint": "tslint --project tsconfig.json --type-check",
"prepublishOnly": "npm run build",
"test": "make test"
},
"main": "index.js",
"typings": "dist/oauth.d.ts",
"repository": "https://github.com/gradecam/node-oauth-1.0a.git",
"keywords": [
"oauth",
"1.0a",
"oauth1.0a",
"authorize",
"signature",
"nonce",
"consumer",
"typescript"
],
"license": "MIT",
"devDependencies": {
"@types/chai": "^3.5.0",
"@types/istanbul": "^0.4.29",
"@types/mocha": "^2.2.40",
"@types/node": "^7.0.12",
"@types/randomstring": "^1.1.5",
"@types/request": "0.0.42",
"chai": "^3.5.0",
"coveralls": "^2.13.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"request": "^2.81.0",
"tslint": "^5.1.0",
"typescript": "^2.2.2"
},
"dependencies": {
"randomstring": "^1.1.5"
},
"engines": {
"node": ">= 6"
},
"files": [
"dist",
"index.js"
]
}