-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
55 lines (55 loc) · 1.15 KB
/
package.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
{
"name": "readme-includes",
"description": "Snippets for your GitHub project's readme.",
"version": "0.2.9",
"homepage": "https://github.com/assemble/readme-includes",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "https://github.com/assemble/readme-includes.git"
},
"bugs": {
"url": "https://github.com/assemble/readme-includes/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/assemble/readme-includes/blob/master/LICENSE"
},
"files": [
"index.js",
"templates/"
],
"main": "index.js",
"devDependencies": {
"async": "^0.9.0",
"git-user-name": "^1.1.2",
"lodash": "^3.8.0",
"markdown-utils": "^0.7.0",
"micromatch": "^2.1.6",
"mocha": "^2.2.4",
"relative": "^3.0.0",
"should": "^6.0.1",
"verb": "^0.8.1"
},
"keywords": [
"boilerplates",
"docs",
"documentation",
"generate",
"github",
"markdown",
"md",
"project",
"readme",
"repo",
"template",
"templates",
"verb"
],
"dependencies": {
"extend-shallow": "^1.1.2"
}
}