UNPKG

@nhz.io/hmac-sha1

Version:

[![Travis Build][travis]](https://travis-ci.org/nhz-io/nhz-io-hmac-sha1) [![NPM Version][npm]](https://www.npmjs.com/package/@nhz.io/hmac-sha1)

38 lines (37 loc) 942 B
{ "name": "@nhz.io/hmac-sha1", "version": "1.0.3", "description": "", "main": "index.js", "scripts": { "start": "coffee --watch README.litcoffee", "test": "cake lint && coffee README.litcoffee", "lint": "cake lint", "build": "cake lint && cake build", "prepublishOnly": "npm run build", "prepack": "mv README.litcoffee README.md", "postpack": "mv README.md README.litcoffee", "pre-push": "npm test" }, "author": "Ishi Ruy <dev@nhz.io>", "homepage": "https://github.com/nhz-io/nhz-io-hmac-sha1", "repository": { "type": "git", "url": "https://github.com/nhz-io/nhz-io-hmac-sha1.git" }, "bugs": { "url": "https://github.com/nhz-io/nhz-io-hmac-sha1/issues" }, "keywords": [ "nhz-io", "nhz.io", "hmac-sha1" ], "license": "MIT", "devDependencies": { "cake": "^0.1.1", "coffeelint": "^2.0.7", "coffeescript": "^2.0.2", "husky": "^0.14.3" } }