diff --git a/bower.json b/bower.json deleted file mode 100644 index 3a92948..0000000 --- a/bower.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "mustache.js", - "main": "mustache.js", - "homepage": "https://github.com/janl/mustache.js", - "authors": [ - "mustache.js Authors " - ], - "description": "Logic-less {{mustache}} templates with JavaScript", - "keywords": ["mustache", "template", "templates", "ejs"], - "moduleType": [ - "amd", - "globals", - "node" - ], - "license": "MIT", - "ignore": [ - "**/.*", - "test" - ] -}