-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
bower.json
52 lines (52 loc) · 1016 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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "readme-includes",
"description": "Snippets for your GitHub project's readme.",
"repository": {
"type": "git",
"url": "https://github.com/assemble/readme-includes.git"
},
"license": {
"type": "MIT",
"url": "https://github.com/assemble/readme-includes/blob/master/LICENSE"
},
"homepage": "https://github.com/assemble/readme-includes",
"authors": [
{
"name": "Jon Schlinkert",
"homepage": "https://github.com/jonschlinkert"
}
],
"main": [
"index.js"
],
"ignore": [
"actual/",
"docs/",
"test/"
".*"
],
"devDependencies": {
"git-user-name": "^1.1.2",
"lodash": "^3.7.0",
"markdown-utils": "^0.6.0",
"mocha": "^2.2.4",
"relative": "^3.0.0",
"should": "^6.0.1",
"verb": "^0.7.4"
},
"keywords": [
"boilerplates",
"docs",
"documentation",
"generate",
"github",
"markdown",
"md",
"project",
"readme",
"repo",
"template",
"templates",
"verb"
]
}