diff --git a/lib/package.json b/lib/package.json new file mode 100644 index 0000000..6325b4e --- /dev/null +++ b/lib/package.json @@ -0,0 +1,8 @@ +{ + "name": "mustache", + "author": "http://mustache.github.com/", + "description": "{{ mustache }} in JavaScript — Logic-less templates.", + "keywords": ["template"], + "version": "0.3.1-dev", + "main": "./mustache" +}