-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
bower.json
39 lines (39 loc) · 809 Bytes
/
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
{
"name": "repeat-string",
"description": "Repeat the given string n times. Fastest implementation for repeating a string.",
"repository": "jonschlinkert/repeat-string",
"license": "MIT",
"homepage": "https://github.com/jonschlinkert/repeat-string",
"authors": [
"Jon Schlinkert (http://github.com/jonschlinkert)"
],
"main": [
"index.js"
],
"devDependencies": {
"benchmarked": "^0.1.5",
"chalk": "^1.1.1",
"glob": "^7.0.0",
"gulp-format-md": "^0.1.7",
"mocha": "^2.4.5",
"repeating": "^2.0.0",
"should": "^8.2.2"
},
"keywords": [
"fast",
"fastest",
"fill",
"left",
"left-pad",
"multiple",
"pad",
"padding",
"repeat",
"repeating",
"repetition",
"right",
"right-pad",
"string",
"times"
]
}