Skip to content

Commit

Permalink
Modify package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alblandino committed Jun 18, 2015
1 parent 4d4efd0 commit 3f7903b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "template-parser",
"version": "1.0.0",
"description": "Template parser module with handlebars",
"main": "lib/index.js",
"scripts": {
"test": "mocha ./test"
},
"repository": {
"type": "git",
"url": "https://github.com/jblandino/template-parser"
},
"keywords": [
"template-parser",
"template_parser",
"teamplateparser",
"teamplateParser",
"template",
"parser",
"hanbdlebars"
],
"author": "Joel A. Jaime <[email protected]> (http://blandino.info/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jblandino/template-parser/issues"
},
"homepage": "https://github.com/jblandino/template-parser",
"dependencies": {
"handlebars": "^3.0.3"
}
}

0 comments on commit 3f7903b

Please sign in to comment.