UNPKG

generator

Version:

Project bootstrapping with an emphasis on simplicity.

46 lines (45 loc) 1.01 kB
{ "author": "Andrew Sliwinski <andrewsliwinski@acm.org> (http://andrewsliwinski.com)", "name": "generator", "description": "Project bootstrapping with an emphasis on simplicity.", "keywords": [ "template", "scaffold", "scaffolding", "bootstrap", "utility" ], "version": "1.0.1", "homepage": "https://github.com/thisandagain/generator", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/thisandagain/generator.git" }, "preferGlobal": true, "main": "./lib/index.js", "bin": { "generator": "./bin/index.js", "generate": "./bin/index.js" }, "scripts": { "test": "make test" }, "dependencies": { "async": "~0.2.9", "colors": "~0.6.2", "findit": "~0.1.2", "fs-extra": "~0.6.3", "prompt": "~0.2.11", "optimist": "~0.6.0", "replace": "~0.2.7" }, "devDependencies": { "hint-hint": "~0.3.0", "tap": "~0.4.4" }, "optionalDependencies": {}, "engines": { "node": ">=0.8" } }