blob: f4bd3e6da124b046f983259102041905074b59e7 [file] [log] [blame]
{
"author": {
"email": "mail@substack.net",
"name": "James Halliday",
"url": "http://substack.net"
},
"description": "Wrap those words. Show them at what columns to start and stop.",
"devDependencies": {
"tape": "^4.0.0"
},
"directories": {
"example": "example",
"lib": ".",
"test": "test"
},
"keywords": [
"word",
"wrap",
"rule",
"format",
"column"
],
"license": "MIT",
"main": "./index.js",
"name": "wordwrap",
"repository": {
"type": "git",
"url": "git://github.com/substack/node-wordwrap.git"
},
"scripts": {
"test": "expresso"
},
"version": "1.0.0"
}