Skip to content

Commit

Permalink
add test command to package
Browse files Browse the repository at this point in the history
  • Loading branch information
Floby committed Aug 5, 2012
1 parent 3685fe8 commit 99ab877
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "json-streams",
"description": "Streams for parsing and stringifying big JSON objects",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "http://github.com/floby/node-json-streams",
"repository": {
"type": "git",
Expand All @@ -18,5 +18,11 @@
"dependencies": {
"tokenizer": "0.1",
"parser": "0.1"
},
"devDependencies": {
"vows": "0.6+"
},
"scripts": {
"test": "vows ./test/*.vow.js"
}
}

0 comments on commit 99ab877

Please sign in to comment.