Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bower file #552

Merged
merged 1 commit into from
Mar 6, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 36 additions & 10 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,49 @@
{
"name": "dustjs-linkedin",
"version": "2.6.0",
"homepage": "https://github.com/linkedin/dustjs",
"authors": [
"Veena Basavaraj <[email protected]>",
"Tom Carchrae",
"Jimmy Chan <[email protected]>",
"Steven Foote <[email protected]>",
"Prayrit Prash Jain <[email protected]>",
"Seth Kinast <[email protected]>",
"Jairo de Morais <[email protected]>",
"Kate Odnous <[email protected]>",
"Richard Ragan <[email protected]>",
"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"
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.braj@gmail.com>",
"Veena Basavaraj <[email protected].com>",
"Tom Carchrae",
"Jimmy Chan <[email protected]>",
"Steven Foote <[email protected]>",
"Prayrit Prash Jain <[email protected]>",
"Seth Kinast <[email protected]>",
"Jairo de Morais <jairodemorais@gmail.com>",
"Jairo de Morais <jairodemorais@users.noreply.github.com>",
"Kate Odnous <[email protected]>",
"Richard Ragan <[email protected]>"
],
Expand Down