aboutsummaryrefslogtreecommitdiff
path: root/node_modules/wordwrap/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-27 17:36:13 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-27 17:36:13 +0200
commit5f466137ad6ac596600e3ff53c9b786815398445 (patch)
treef914c221874f0b16bf3def7ac01d59d1a99a3b0b /node_modules/wordwrap/package.json
parentc9f5ac8e763eda19aa0564179300cfff76785435 (diff)
downloadwallet-core-5f466137ad6ac596600e3ff53c9b786815398445.tar.xz
node_modules, clean up package.json
Diffstat (limited to 'node_modules/wordwrap/package.json')
-rw-r--r--node_modules/wordwrap/package.json67
1 files changed, 35 insertions, 32 deletions
diff --git a/node_modules/wordwrap/package.json b/node_modules/wordwrap/package.json
index 5339ac09b..fdff683e1 100644
--- a/node_modules/wordwrap/package.json
+++ b/node_modules/wordwrap/package.json
@@ -1,34 +1,37 @@
{
- "name": "wordwrap",
- "description": "Wrap those words. Show them at what columns to start and stop.",
- "version": "1.0.0",
- "repository": {
- "type": "git",
- "url": "git://github.com/substack/node-wordwrap.git"
- },
- "main": "./index.js",
- "keywords": [
- "word",
- "wrap",
- "rule",
- "format",
- "column"
- ],
- "directories": {
- "lib": ".",
- "example": "example",
- "test": "test"
- },
- "scripts": {
- "test": "expresso"
- },
- "devDependencies": {
- "tape": "^4.0.0"
- },
- "license": "MIT",
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "url": "http://substack.net"
- }
+ "name" : "wordwrap",
+ "description" : "Wrap those words. Show them at what columns to start and stop.",
+ "version" : "0.0.2",
+ "repository" : {
+ "type" : "git",
+ "url" : "git://github.com/substack/node-wordwrap.git"
+ },
+ "main" : "./index.js",
+ "keywords" : [
+ "word",
+ "wrap",
+ "rule",
+ "format",
+ "column"
+ ],
+ "directories" : {
+ "lib" : ".",
+ "example" : "example",
+ "test" : "test"
+ },
+ "scripts" : {
+ "test" : "expresso"
+ },
+ "devDependencies" : {
+ "expresso" : "=0.7.x"
+ },
+ "engines" : {
+ "node" : ">=0.4.0"
+ },
+ "license" : "MIT/X11",
+ "author" : {
+ "name" : "James Halliday",
+ "email" : "mail@substack.net",
+ "url" : "http://substack.net"
+ }
}