generate
Version:
Command line tool and developer framework for scaffolding out new GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.
205 lines • 4.72 kB
JSON
{
"name": "generate",
"description": "Command line tool and developer framework for scaffolding out new GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.",
"version": "0.14.0",
"homepage": "https://github.com/generate/generate",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"Brian Woodward (https://twitter.com/doowb)",
"Dawson Botsford (https://dawsbot.com)",
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"Rémi Becheras (https://rbecheras.github.io)",
"Stefan Walther (http://qliksite.io)"
],
"repository": "generate/generate",
"bugs": {
"url": "https://github.com/generate/generate/issues"
},
"license": "MIT",
"files": [
"bin",
"index.js",
"lib"
],
"main": "index.js",
"preferGlobal": true,
"bin": {
"gen": "bin/generate.js",
"generate": "bin/generate.js"
},
"engines": {
"node": ">=5.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"ask-when": "^0.1.7",
"assemble-core": "^0.31.0",
"assemble-loader": "^1.0.5",
"base-fs-conflicts": "^0.1.9",
"base-fs-rename": "^0.1.4",
"base-generators": "^0.4.6",
"base-npm": "^0.4.1",
"base-npm-prompt": "^0.2.1",
"base-pipeline": "^0.3.2",
"base-questions": "^0.9.1",
"base-runner": "^0.8.2",
"base-runtimes": "^0.2.0",
"base-store": "^0.4.4",
"common-config": "^0.1.0",
"data-store": "^1.0.0",
"debug": "^2.6.8",
"define-property": "^1.0.0",
"export-files": "^2.1.1",
"extend-shallow": "^2.0.1",
"generate-collections": "^0.3.9",
"generate-defaults": "^0.6.6",
"get-value": "^2.0.6",
"global-modules": "^0.2.3",
"helper-ask": "^0.2.1",
"isobject": "^3.0.0",
"lazy-cache": "^2.0.2",
"log-utils": "^0.2.1",
"macro-store": "^0.3.1",
"matched": "^0.4.4",
"minimist": "^1.2.0",
"resolve-file": "^0.3.0",
"set-blocking": "^2.0.0",
"strip-color": "^0.1.0",
"text-table": "^0.2.0",
"through2": "^2.0.3",
"update-notifier": "^2.1.0"
},
"devDependencies": {
"load-pkg": "^3.0.1",
"graceful-fs": "^4.1.11",
"sinon": "^2.3.2",
"engine-base": "^0.1.3",
"base-test-runner": "^0.2.0",
"base-test-suite": "^0.4.3",
"mocha": "^3.4.2",
"should": "^11.2.1",
"generate-foo": "^0.1.5",
"npm-install-global": "^1.0.0",
"generator-util": "^0.2.9",
"is-absolute": "^0.2.6",
"resolve": "^1.3.3",
"base-config-process": "^0.1.9",
"cross-spawn": "^5.1.0",
"fs-exists-sync": "^0.1.0",
"bdd-stdin": "^0.2.0",
"gulp": "^3.9.1",
"glob-keys": "^0.1.1",
"gulp-mocha": "^4.3.1",
"gulp-istanbul": "^1.1.1",
"gulp-eslint": "^3.0.1",
"gulp-unused": "^0.2.1",
"gulp-format-md": "^0.1.12",
"helper-changelog": "^0.3.0"
},
"keywords": [
"app",
"boilerplate",
"build",
"cli",
"cli-app",
"create",
"dev",
"development",
"end",
"framework",
"front",
"front-end",
"generate",
"generator",
"init",
"initialize",
"new",
"project",
"projects",
"scaffold",
"scaffolder",
"scaffolding",
"stack",
"template",
"templates",
"tool",
"web",
"webapp",
"yeoman",
"yo"
],
"lintDeps": {
"files": {
"ignore": [
"code",
"coverage",
"docs",
"examples",
"lib/tree.js",
"support"
]
}
},
"verb": {
"run": true,
"toc": {
"render": true,
"method": "preWrite",
"maxdepth": 3
},
"layout": "app",
"tasks": [
"readme"
],
"helpers": [
"helper-changelog"
],
"plugins": [
"gulp-format-md"
],
"related": {
"highlight": "update",
"description": "Generate shares a common architecture and plugin ecosystem with the following libraries:",
"list": [
"assemble",
"base",
"update",
"verb"
]
},
"reflinks": [
"ask-when",
"assemble",
"assemble-core",
"bach",
"base",
"base-questions",
"common-config",
"consolidate",
"generate",
"generate-defaults",
"generate-dest",
"generate-example",
"gulp",
"handlebars",
"lodash",
"macro-store",
"macros",
"pug",
"swig",
"templates",
"update",
"update-notifier",
"verb",
"verb-readme-generator",
"vinyl",
"slush",
"update-plugin"
],
"lint": {
"reflinks": true
}
}
}