UNPKG

scaffolt

Version:

Dead-simple JSON-based scaffolder.

33 lines (32 loc) 666 B
{ "name": "scaffolt", "version": "0.5.0", "description": "Dead-simple JSON-based scaffolder.", "main": "index.js", "bin": { "scaffolt": "./scaffolt" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/paulmillr/scaffolt" }, "keywords": [ "scaffold", "scaffolder", "tasty", "simple" ], "author": "Paul Miller (paulmillr.com)", "license": "MIT", "dependencies": { "inflection": "~1.2.5", "async-each": "~0.1.1", "mkdirp": "~0.3.5", "handlebars": "~1.0.9", "loggy": "~0.2.0", "commander": "~1.2.0" } }