UNPKG

better-npm-init

Version:

A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]

14 lines (13 loc) 313 B
{ "name": "delegates", "version": "1.0.0", "repository": "visionmedia/node-delegates", "description": "delegate methods and accessors to another property", "keywords": ["delegate", "delegation"], "dependencies": {}, "devDependencies": { "mocha": "*", "should": "*" }, "license": "MIT" }