[Pkg-javascript-commits] [node-module-deps] 139/444: reformat package.json

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:47:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-module-deps.

commit 5fbf1b6bd0c6d28bf84a26e0c5ca2a4f50b770f0
Author: James Halliday <mail at substack.net>
Date:   Sat Dec 28 18:52:57 2013 -0800

    reformat package.json
---
 package.json | 86 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

diff --git a/package.json b/package.json
index e690893..71cc272 100644
--- a/package.json
+++ b/package.json
@@ -1,45 +1,45 @@
 {
-    "name": "module-deps",
-    "version": "1.1.0",
-    "description": "walk the dependency graph to generate json output that can be fed into browser-pack",
-    "main": "index.js",
-    "bin": {
-        "module-deps": "cmd.js"
-    },
-    "dependencies": {
-        "through": "~2.3.4",
-        "JSONStream": "~0.6.4",
-        "browser-resolve": "~1.2.0",
-        "resolve": "~0.6.0",
-        "detective": "~2.1.2",
-        "concat-stream": "~1.0.0",
-        "minimist": "~0.0.1"
-    },
-    "devDependencies": {
-        "tap": "~0.4.0",
-        "browser-pack": "~0.0.0"
-    },
-    "scripts": {
-        "test": "tap test/*.js"
-    },
-    "repository": {
-        "type": "git",
-        "url": "git://github.com/substack/module-deps.git"
-    },
-    "homepage": "https://github.com/substack/module-deps",
-    "keywords": [
-        "dependency",
-        "graph",
-        "browser",
-        "require",
-        "module",
-        "exports",
-        "json"
-    ],
-    "author": {
-        "name": "James Halliday",
-        "email": "mail at substack.net",
-        "url": "http://substack.net"
-    },
-    "license": "MIT"
+  "name": "module-deps",
+  "version": "1.1.0",
+  "description": "walk the dependency graph to generate json output that can be fed into browser-pack",
+  "main": "index.js",
+  "bin": {
+    "module-deps": "cmd.js"
+  },
+  "dependencies": {
+    "through": "~2.3.4",
+    "JSONStream": "~0.6.4",
+    "browser-resolve": "~1.2.1",
+    "resolve": "~0.6.0",
+    "detective": "~2.1.2",
+    "concat-stream": "~1.0.0",
+    "minimist": "~0.0.1"
+  },
+  "devDependencies": {
+    "tap": "~0.4.0",
+    "browser-pack": "~0.0.0"
+  },
+  "scripts": {
+    "test": "tap test/*.js"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/substack/module-deps.git"
+  },
+  "homepage": "https://github.com/substack/module-deps",
+  "keywords": [
+    "dependency",
+    "graph",
+    "browser",
+    "require",
+    "module",
+    "exports",
+    "json"
+  ],
+  "author": {
+    "name": "James Halliday",
+    "email": "mail at substack.net",
+    "url": "http://substack.net"
+  },
+  "license": "MIT"
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-module-deps.git



More information about the Pkg-javascript-commits mailing list