aboutsummaryrefslogtreecommitdiff
path: root/node_modules/randomatic/package.json
blob: 24872b11bcda3a43b3ec083fa2735198820c2e89 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
  "name": "randomatic",
  "description": "Generate randomized strings of a specified length, fast. Only the length is necessary, but you can optionally generate patterns using any combination of numeric, alpha-numeric, alphabetical, special or custom characters.",
  "version": "1.1.5",
  "homepage": "https://github.com/jonschlinkert/randomatic",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/randomatic",
  "bugs": {
    "url": "https://github.com/jonschlinkert/randomatic/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "is-number": "^2.0.2",
    "kind-of": "^3.0.2"
  },
  "devDependencies": {
    "ansi-bold": "^0.1.1",
    "benchmarked": "^0.1.4",
    "glob": "^5.0.15",
    "mocha": "*",
    "should": "*"
  },
  "keywords": [
    "alpha",
    "alpha-numeric",
    "alphanumeric",
    "characters",
    "chars",
    "numeric",
    "rand",
    "random",
    "randomize",
    "randomized"
  ],
  "verb": {
    "related": {
      "list": [
        "repeat-string",
        "pad-left",
        "pad-right"
      ]
    },
    "plugins": [
      "gulp-format-md"
    ]
  }
}