Skip to content

Commit

Permalink
package.json file for version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jul 9, 2010
1 parent e73bba8 commit c3266e0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name" : "traverse",
"version" : "0.0.1",
"description" : "
Traverse and transform objects by visiting every node on a recursive
walk.
",
"author" : "James Halliday",
"main" : "traverse",
"repository" : {
"type" : "git",
"url" : "http://github.com/substack/js-traverse.git"
},
}

0 comments on commit c3266e0

Please sign in to comment.