[Pkg-javascript-commits] [node-jsonstream] 02/214: add deps
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 1 12:58:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-jsonstream.
commit 2b1da99fb18164e3025d6c411dd5b2eef32780bd
Author: Dominic Tarr <dominic.tarr at gmail.com>
Date: Fri Sep 23 21:01:24 2011 +1000
add deps
---
package.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 10b0ac4..98fdfd6 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,9 @@
, "repository":
{ "type": "git"
, "url": "https://github.com/dominictarr/JSONStream.git" }
-, "dependencies": {}
+, "dependencies": {
+ "jsonparse": "0.0.1"
+ }
, "devDependencies": {}
, "author": "Dominic Tarr <dominic.tarr at gmail.com> (http://bit.ly/dominictarr)"
, "scripts": { "test": "meta-test test/*.js" } }
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jsonstream.git
More information about the Pkg-javascript-commits
mailing list