HTMLify
package.json
Views: 28 | Author: cody
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | { "name": "token", "version": "0.1.0", "description": "HMAC token generation and verification with time-based limitation on validity", "author": "Mikito Takada <mikito.takada@gmail.com>", "main": "index.js", "directories": { "test": "test" }, "repository": { "type": "git", "url": "git://github.com/mixu/token.git" }, "keywords": [ "authentication", "auth", "access", "token", "hmac", "hash", "time" ], "license": "BSD-3-Clause" } |