blob: d31e490b126f53bb93e2e783cbfe6cfe868c0199 [file]
{
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"bugs": {
"url": "https://github.com/jonschlinkert/word-wrap/issues"
},
"contributors": [
"Danilo Sampaio <danilo.sampaio@gmail.com> (localhost:8080)",
"Fede Ramirez <i@2fd.me> (https://2fd.github.io)",
"Joe Hildebrand <joe-github@cursive.net> (https://twitter.com/hildjj)",
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
"Todd Kennedy (https://tck.io)",
"Waldemar Reusch (https://github.com/lordvlad)",
"Wolfgang Faust (http://www.linestarve.com)",
"Zach Hale <zachhale@gmail.com> (http://zachhale.com)"
],
"description": "Wrap words to a specified length.",
"devDependencies": {
"gulp-format-md": "^0.1.11",
"mocha": "^3.2.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/jonschlinkert/word-wrap",
"keywords": [
"break",
"carriage",
"line",
"new-line",
"newline",
"return",
"soft",
"text",
"word",
"word-wrap",
"words",
"wrap"
],
"license": "MIT",
"main": "index.js",
"name": "word-wrap",
"repository": "jonschlinkert/word-wrap",
"scripts": {
"test": "mocha"
},
"typings": "index.d.ts",
"verb": {
"layout": "default",
"lint": {
"reflinks": true
},
"plugins": [
"gulp-format-md"
],
"reflinks": [
"verb",
"verb-generate-readme"
],
"related": {
"list": [
"common-words",
"shuffle-words",
"unique-words",
"wordcount"
]
},
"tasks": [
"readme"
],
"toc": false
},
"version": "1.2.3"
}