| { |
| "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" |
| } |