aboutsummaryrefslogtreecommitdiff
path: root/node_modules/evp_bytestokey/package.json
blob: e9e96b8ace4d6dd438742d01a7ed056433b613ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "evp_bytestokey",
  "version": "1.0.0",
  "description": "he super secure key derivation algorithm from openssl",
  "main": "index.js",
  "scripts": {
    "test": "standard && node test.js | tspec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/crypto-browserify/EVP_BytesToKey.git"
  },
  "keywords": [
    "crypto",
    "openssl"
  ],
  "author": "Calvin Metcalf <calvin.metcalf@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/crypto-browserify/EVP_BytesToKey/issues"
  },
  "homepage": "https://github.com/crypto-browserify/EVP_BytesToKey",
  "dependencies": {
    "create-hash": "^1.1.1"
  },
  "devDependencies": {
    "standard": "^5.3.1",
    "tap-spec": "^4.1.0",
    "tape": "^4.2.0"
  }
}