Skip to content

Commit

Permalink
Added package.json. Closes #16
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 30, 2010
1 parent 5efcd7b commit 574493a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
@@ -0,0 +1,8 @@
{
"name": "jade",
"description": "Jade template engine",
"version": "0.0.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"main": "./lib/jade.js",
"engines": { "node": ">= 0.1.98" }
}

0 comments on commit 574493a

Please sign in to comment.