UNPKG

2.7 kBJSONView Raw
1{
2 "name": "base-generators",
3 "description": "Adds project-generator support to your `base` application.",
4 "version": "0.4.3",
5 "homepage": "https://github.com/node-base/base-generators",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "node-base/base-generators",
8 "bugs": {
9 "url": "https://github.com/node-base/base-generators/issues"
10 },
11 "license": "MIT",
12 "files": [
13 "index.js",
14 "lib",
15 "LICENSE",
16 "README.md"
17 ],
18 "main": "index.js",
19 "engines": {
20 "node": ">=0.10.0"
21 },
22 "scripts": {
23 "test": "mocha"
24 },
25 "dependencies": {
26 "async-each-series": "^1.1.0",
27 "base-compose": "^0.2.0",
28 "base-cwd": "^0.2.0",
29 "base-data": "^0.5.0",
30 "base-env": "^0.3.0",
31 "base-option": "^0.8.2",
32 "base-pkg": "^0.2.3",
33 "base-plugins": "^0.4.13",
34 "base-task": "^0.6.1",
35 "debug": "^2.2.0",
36 "define-property": "^0.2.5",
37 "extend-shallow": "^2.0.1",
38 "global-modules": "^0.2.2",
39 "is-valid-app": "^0.1.0",
40 "is-valid-instance": "^0.1.0",
41 "kind-of": "^3.0.3",
42 "lazy-cache": "^2.0.1",
43 "mixin-deep": "^1.1.3"
44 },
45 "devDependencies": {
46 "assemble-core": "^0.21.0",
47 "base": "^0.10.0",
48 "base-config-process": "^0.1.5",
49 "base-runtimes": "^0.1.11",
50 "cross-spawn": "^4.0.0",
51 "fs-exists-sync": "^0.1.0",
52 "generate-foo": "^0.1.5",
53 "generator-util": "^0.2.9",
54 "gulp": "^3.9.1",
55 "gulp-eslint": "^2.0.0",
56 "gulp-format-md": "^0.1.9",
57 "gulp-istanbul": "^0.10.4",
58 "gulp-mocha": "^2.2.0",
59 "gulp-unused": "^0.1.2",
60 "is-absolute": "^0.2.5",
61 "minimist": "^1.2.0",
62 "mocha": "^2.5.3",
63 "npm-install-global": "^0.1.0",
64 "resolve": "^1.1.7"
65 },
66 "keywords": [
67 "api",
68 "app",
69 "application",
70 "base",
71 "baseplugin",
72 "boilerplate",
73 "building-blocks",
74 "create",
75 "framework",
76 "generate",
77 "generator",
78 "generators",
79 "init",
80 "plugin",
81 "plugins",
82 "project",
83 "scaffold",
84 "tool",
85 "toolkit",
86 "tools",
87 "yeoman",
88 "yo"
89 ],
90 "lintDeps": {
91 "ignore": [
92 "docs",
93 "examples/generators"
94 ]
95 },
96 "verb": {
97 "toc": true,
98 "layout": "default",
99 "tasks": [
100 "readme"
101 ],
102 "plugins": [
103 "gulp-format-md"
104 ],
105 "related": {
106 "highlight": "base-task",
107 "list": [
108 "bach",
109 "base",
110 "base-fs",
111 "base-pipeline",
112 "base-plugins",
113 "base-task",
114 "composer",
115 "gulp"
116 ]
117 },
118 "reflinks": [
119 "bach",
120 "composer",
121 "gulp",
122 "verb",
123 "verb-readme-generator",
124 "generate",
125 "assemble",
126 "update"
127 ]
128 }
129}