blob: 6a776c627102babe1cad022da41edf172fcc53e7 [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": {
"expresso": "=0.7.x"
},
"directories": {
"example": "example",
"lib": ".",
"test": "test"
},
"engines": {
"node": ">=0.4.0"
},
"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": "0.0.3"
}