Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
laktek committed Mar 20, 2012
1 parent 5cdbd30 commit e71dd53
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "punch"
, "description": "Generate sites with mustache templates & json"
, "keywords": ["static", "sites", "mustache", "json", "markdown"]
, "version": "0.0.1-beta"
, "homepage": "https://github.com/laktek/punch"
, "author": "Lakshan Perera <lakshan@web2media.net> (http://laktek.com)"
, "licenses" : ["MIT"]
, "repository": {
"type": "git"
, "url": "https://github.com/laktek/punch.git"
}
, "main": "./lib/punch.js"
, "bin" : "bin/punch"
, "dependencies" : {
"underscore" : ">= 1.3.1"
, "marked" : ">= 0.2.3"
, "mustache" : "git://github.com/janl/mustache.js"
}
}

0 comments on commit e71dd53

Please sign in to comment.