UNPKG

884 BJSONView Raw
1{
2 "name": "repeat-string",
3 "description": "Repeat the given string, n times.",
4 "version": "0.1.1",
5 "homepage": "https://github.com/jonschlinkert/repeat-string",
6 "author": {
7 "name": "Jon Schlinkert",
8 "url": "http://github.com/jonschlinkert/"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/jonschlinkert/repeat-string.git"
13 },
14 "bugs": {
15 "url": "https://github.com/jonschlinkert/repeat-string/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE-MIT"
21 }
22 ],
23 "keywords": [
24 "docs",
25 "documentation",
26 "generate",
27 "generator",
28 "markdown",
29 "templates",
30 "verb"
31 ],
32 "engines": {
33 "node": ">=0.10"
34 },
35 "scripts": {
36 "test": "mocha -R spec"
37 },
38 "devDependencies": {
39 "chai": "~1.9.1",
40 "verb": "~0.2.6"
41 }
42}