Skip to content

Commit

Permalink
Initial basic package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
aseemk committed Jun 24, 2012
1 parent ae962e7 commit d06a0e4
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": "express-streamline"
, "description": "Express monkey-patch to support Streamline syntax."
, "version": "0.0.0"
, "author": "Aseem Kishore <aseem.kishore@gmail.com>"
, "dependencies": {}
, "devDependencies": {}
, "engines":
{ "node": "*"
}
, "homepage": "https://github.com/aseemk/express-streamline"
, "repository":
{ "url": "git://github.com/aseemk/express-streamline.git"
}
}

0 comments on commit d06a0e4

Please sign in to comment.