[Pkg-javascript-commits] [node-shell-quote] 06/137: package.json

Bastien Roucariès rouca at moszumanska.debian.org
Fri Aug 25 19:19:34 UTC 2017


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

rouca pushed a commit to branch master
in repository node-shell-quote.

commit bc27efa033709ede8483bb6ec0f182dcb2b87061
Author: James Halliday <mail at substack.net>
Date:   Fri May 18 03:35:25 2012 -0700

    package.json
---
 package.json | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/package.json b/package.json
new file mode 100644
index 0000000..57c9154
--- /dev/null
+++ b/package.json
@@ -0,0 +1,33 @@
+{
+    "name" : "shell-quote",
+    "version" : "0.0.0",
+    "description" : "quote and parse shell commands",
+    "main" : "index.js",
+    "directories" : {
+        "example" : "example",
+        "test" : "test"
+    },
+    "devDependencies" : {
+        "tap" : "~0.2.5"
+    },
+    "scripts" : {
+        "test" : "tap test"
+    },
+    "repository" : {
+        "type" : "git",
+        "url" : "http://github.com/substack/node-shell-quote.git"
+    },
+    "keywords" : [
+        "shell",
+        "command",
+        "quote",
+        "parse"
+    ],
+    "author" : {
+        "name" : "James Halliday",
+        "email" : "mail at substack.net",
+        "url" : "http://substack.net"
+    },
+    "license" : "MIT",
+    "engine" : { "node" : ">=0.4" }
+}

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



More information about the Pkg-javascript-commits mailing list