package.json
 1  {
 2    "name": "wordwrap",
 3    "description": "Wrap those words. Show them at what columns to start and stop.",
 4    "version": "1.0.0",
 5    "repository": {
 6      "type": "git",
 7      "url": "git://github.com/substack/node-wordwrap.git"
 8    },
 9    "main": "./index.js",
10    "keywords": [
11      "word",
12      "wrap",
13      "rule",
14      "format",
15      "column"
16    ],
17    "directories": {
18      "lib": ".",
19      "example": "example",
20      "test": "test"
21    },
22    "scripts": {
23      "test": "expresso"
24    },
25    "devDependencies": {
26      "tape": "^4.0.0"
27    },
28    "license": "MIT",
29    "author": {
30      "name": "James Halliday",
31      "email": "mail@substack.net",
32      "url": "http://substack.net"
33    }
34  }