UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

67 lines (66 loc) 1.2 kB
{ "name": "word-wrap", "description": "Wrap words to a specified length.", "version": "1.2.1", "homepage": "https://github.com/jonschlinkert/word-wrap", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/word-wrap", "bugs": { "url": "https://github.com/jonschlinkert/word-wrap/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "typings": "index.d.ts", "engines": { "node": ">=0.8" }, "scripts": { "test": "mocha" }, "devDependencies": { "gulp-format-md": "^0.1.11", "mocha": "^3.2.0" }, "keywords": [ "break", "carriage", "line", "new-line", "newline", "return", "soft", "text", "word", "word-wrap", "words", "wrap" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "lint": { "reflinks": true }, "related": { "list": [ "common-words", "shuffle-words", "unique-words", "wordcount" ] }, "reflinks": [ "verb", "verb-generate-readme" ] } }