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]

29 lines (28 loc) 519 B
{ "name": "duplexer3", "version": "0.1.4", "description": "Like duplexer but using streams3", "engine": { "node": ">=4" }, "files": [ "index.js" ], "scripts": { "test": "mocha -R tap" }, "repository": "floatdrop/duplexer3", "keywords": [ "duplex", "duplexer", "stream", "stream3", "join", "combine" ], "author": "Conrad Pankoff <deoxxa@fknsrs.biz> (http://www.fknsrs.biz/)", "license": "BSD-3-Clause", "devDependencies": { "mocha": "^2.2.5" } }