UNPKG

scaffold

Version:

Conventions and API for creating declarative configuration objects for project scaffolds - similar in format to a grunt task, but more portable, generic and can be used by any build system or generator - even gulp.

114 lines (113 loc) 2.36 kB
{ "name": "scaffold", "description": "Conventions and API for creating declarative configuration objects for project scaffolds - similar in format to a grunt task, but more portable, generic and can be used by any build system or generator - even gulp.", "version": "0.2.13", "homepage": "https://github.com/jonschlinkert/scaffold", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/scaffold", "bugs": { "url": "https://github.com/jonschlinkert/scaffold/issues" }, "license": "MIT", "files": [ "index.js", "LICENSE", "README.md", "utils.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "gulp" }, "dependencies": { "base": "^0.11.1", "base-plugins": "^0.4.13", "define-property": "^0.2.5", "expand-target": "^0.6.4", "expand-utils": "^0.2.2", "extend-shallow": "^2.0.1", "is-scaffold": "^0.1.1", "isobject": "^2.1.0", "lazy-cache": "^2.0.1" }, "devDependencies": { "global-modules": "^0.2.2", "gulp": "^3.9.1", "gulp-eslint": "^2.0.0", "gulp-format-md": "^0.1.9", "gulp-istanbul": "^1.0.0", "gulp-mocha": "^2.2.0", "mocha": "^2.5.3", "repeat-string": "^1.5.4", "should": "^9.0.2", "stringify-object": "^2.4.0" }, "keywords": [ "app", "boilerplate", "boilerplates", "bootstrap", "build", "cli", "dev", "development", "framework", "generate", "generator", "grunt", "gulpfriendly", "plugin", "project", "scaffold", "scaffolding", "skeleton", "start", "starter", "system", "template", "tool", "toolkit", "yeoman" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "assemble", "boilerplate", "generate", "templates", "update", "verb" ] }, "reflinks": [ "assemble", "boilerplate", "expand-files", "expand-target", "generate", "grunt", "gulp", "metalsmith", "scaffold", "templates", "verb", "verb-readme-generator", "yeoman" ], "lint": { "reflinks": true } } }