-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
bower.json
67 lines (67 loc) · 1.51 KB
/
bower.json
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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "randomatic",
"description": "Generate randomized strings of a specified length using simple character sequences. The original generate-password.",
"repository": "jonschlinkert/randomatic",
"license": "MIT",
"homepage": "https://github.com/jonschlinkert/randomatic",
"authors": [
"Jon Schlinkert (https://github.com/jonschlinkert)"
],
"main": [
"index.js"
],
"dependencies": {
"is-number": "^4.0.0",
"kind-of": "^6.0.0",
"math-random": "^1.0.1"
},
"devDependencies": {
"ansi-bold": "^0.1.1",
"benchmarked": "^1.1.1",
"glob": "^7.1.2",
"gulp-format-md": "^0.1.12",
"mocha": "^3.4.2"
},
"keywords": [
"alpha",
"alpha-numeric",
"alphanumeric",
"characters",
"chars",
"generate",
"generate-password",
"numeric",
"password",
"rand",
"random",
"randomatic",
"randomize",
"randomized"
],
"version": "2.0.0",
"bugs": {
"url": "https://github.com/jonschlinkert/randomatic/issues"
},
"files": [
"index.js"
],
"ignore": [
"actual",
"bower_components",
"fixtures",
"node_modules",
"temp",
"test",
"test.js",
"tmp"
],
"contributors": [
"Bogdan Chadkin (https://github.com/TrySound)",
"Dragos Fotescu (http://dragosfotescu.com)",
"Faiz ul haque (http://www.10pearls.com)",
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"Paul Miller (paulmillr.com)",
"Rouven Weßling (www.rouvenwessling.de)",
"Sun Knudsen (https://sunknudsen.com)"
]
}