Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed May 18, 2012
1 parent e1d6695 commit bc27efa
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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@substack.net",
"url" : "http://substack.net"
},
"license" : "MIT",
"engine" : { "node" : ">=0.4" }
}

0 comments on commit bc27efa

Please sign in to comment.