Skip to content

Commit

Permalink
add a package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Dopson committed Apr 16, 2012
1 parent 49d768d commit 29ccb6f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "JSON2"
,"description": "Douglas Crawford's JSON2, ported to a CommonJS compliant module"
,"version": "0.1.0"
,"author": "Douglas Crockford <douglas@crockford.com>"
,"contributors": [
"Dave Dopson <ddopson@gmail.com>"
]
,"dependencies": { }
,"devDependencies": { }
,"main": "index.js"
,"repository": {"type": "git", "url": "git://github.com/ddopson/JSON-js.git" }
}

0 comments on commit 29ccb6f

Please sign in to comment.