-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
82 lines (82 loc) · 1.73 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "generator-verb",
"description": "Kickstart documentation for any project! This is the official Yeoman generator for Verb, the zero-configuration markdown docs generator that is extremely easy to use and extend.",
"version": "0.9.5",
"homepage": "https://github.com/assemble/generator-verb",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/assemble/generator-verb.git"
},
"bugs": {
"url": "https://github.com/assemble/generator-verb/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/load-pkg/blob/master/LICENSE"
},
"files": [
"app/",
"boilerplate/",
"doc/",
"mocha/"
],
"main": "app/index.js",
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"app-name": "^0.2.0",
"chalk": "^1.0.0",
"change-case": "^2.2.0",
"configstore": "^0.3.2",
"glob": "^5.0.3",
"namify": "^0.1.3",
"normalize-pkg": "^0.1.7",
"verb-readme-includes": "^0.2.1",
"verbalize": "^0.1.2",
"word-wrap": "^1.0.0",
"yeoman-generator": "^0.18.7",
"yosay": "^1.0.2"
},
"devDependencies": {
"mocha": "*"
},
"keywords": [
"assemble",
"boilerplate",
"build",
"config",
"configuration",
"doc",
"docs",
"documentation",
"generate",
"generator",
"gh-pages",
"kickstart",
"layout",
"markdown",
"marked",
"marked.js",
"md",
"project",
"readme",
"repo",
"repository",
"scaffold",
"template",
"templates",
"yeoman-generator"
],
"peerDependencies": {
"yo": ">=1.0.0"
}
}