diff --git a/bower.json b/bower.json index 568f088e..d47dddf2 100644 --- a/bower.json +++ b/bower.json @@ -1,23 +1,49 @@ { "name": "dustjs-linkedin", "version": "2.6.0", + "homepage": "https://github.com/linkedin/dustjs", + "authors": [ + "Veena Basavaraj ", + "Tom Carchrae", + "Jimmy Chan ", + "Steven Foote ", + "Prayrit Prash Jain ", + "Seth Kinast ", + "Jairo de Morais ", + "Kate Odnous ", + "Richard Ragan ", + "Aleksander Williams (http://akdubya.github.com/dustjs)" + ], + "description": "asynchronous Javascript templating for the browser and server", "main": "dist/dust-full.min.js", + "moduleType": [ + "amd", + "globals", + "node" + ], + "keywords": [ + "templates", + "views", + "dust", + "dustjs", + "dust.js", + "linkedin" + ], "devDependencies": { "pegjs": "0.8.0" }, + "license": "MIT", "ignore": [ - "**/.*", - "tmp", - "docs", - "test", - "src", + "**/.*", "benchmark", + "bin", + "docs", + "lib", "node_modules", - ".grunt", - "_SpecRunner.html", - ".travis.yml", + "src", + "test", + "tmp", "Gruntfile.js", - "package.json", - "bower.json" + "package.json" ] } diff --git a/package.json b/package.json index 55ed771b..f2d2abb3 100644 --- a/package.json +++ b/package.json @@ -9,13 +9,13 @@ "homepage": "http://linkedin.github.io/dustjs/", "description": "Asynchronous templates for the browser and node.js ( LinkedIn fork )", "contributors": [ - "Veena Basavaraj ", + "Veena Basavaraj ", "Tom Carchrae", "Jimmy Chan ", "Steven Foote ", "Prayrit Prash Jain ", "Seth Kinast ", - "Jairo de Morais ", + "Jairo de Morais ", "Kate Odnous ", "Richard Ragan " ],