UNPKG

oauth-signature

Version:
55 lines (54 loc) 1.54 kB
{ "name": "oauth-signature", "description": "OAuth 1.0a signature generator (RFC 5849)", "version": "1.5.0", "author": "Marco Bettiolo <marco@bettiolo.it> (https://github.com/bettiolo)", "homepage": "https://github.com/bettiolo/oauth-signature-js", "repository": { "type": "git", "url": "https://github.com/bettiolo/oauth-signature-js" }, "bugs": { "url": "http://github.com/bettiolo/oauth-signature-js/issues" }, "license": "BSD-3-Clause", "main": "src/app/oauth-signature", "scripts": { "prepublish": "grunt build", "test": "grunt build", "update": "npm install uri-js@latest; volo update", "postupdate": "npm run test" }, "engines": { "node": "*" }, "keywords": [ "oauth", "hmac-sha1" ], "devDependencies": { "chai": "~4.1.2", "grunt": "~1.0.1", "grunt-cli": "~1.2.0", "grunt-contrib-clean": "~1.1.0", "grunt-contrib-concat": "~1.0.1", "grunt-contrib-jshint": "~1.1.0", "grunt-contrib-requirejs": "~1.0.0", "grunt-contrib-uglify": "~3.2.1", "grunt-contrib-watch": "~1.0.0", "grunt-mocha-test": "~0.13.3", "mocha": "~4.0.1" }, "volo": { "baseUrl": "src/lib", "dependencies": { "url.min": "github:websanova/js-url/v2.5.2#url.min.js", "cryptojs/hmac-sha1": "github:sytelus/CryptoJS/v3.1.2#rollups/hmac-sha1.js", "cryptojs/enc-base64-min": "github:sytelus/CryptoJS/v3.1.2#components/enc-base64-min.js" } }, "dependencies": { "crypto-js": "~3.1.9-1", "uri-js": "^3.0.2" } }