-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Seth Kinast
committed
Mar 6, 2015
1 parent
ac99d0f
commit 4b1fae1
Showing
3 changed files
with
62 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"name": "dustjs-helpers", | ||
"version": "1.6.0", | ||
"homepage": "https://github.com/linkedin/dustjs-helpers", | ||
"authors": [ | ||
"Veena Basavaraj <[email protected]>", | ||
"Yevgeniy Brikman <[email protected]>", | ||
"Sarah Clatterbuck <[email protected]>", | ||
"Jimmy Chan <[email protected]>", | ||
"Steven Foote <[email protected]>", | ||
"Johnathan Leppert <[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": "core helpers for Dust.js", | ||
"main": "dist/dust-helpers.min.js", | ||
"moduleType": [ | ||
"amd", | ||
"globals", | ||
"node" | ||
], | ||
"dependencies": { | ||
"dustjs-linkedin": "2.6 - 2.7" | ||
}, | ||
"keywords": [ | ||
"templates", | ||
"views", | ||
"helpers", | ||
"dust", | ||
"dustjs", | ||
"dust.js", | ||
"linkedin" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tmp", | ||
"lib", | ||
"gruntfile.js", | ||
"package.json" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,38 +8,18 @@ | |
"homepage": "https://github.com/linkedin/dustjs-helpers", | ||
"description": "Helpers for dustjs-linkedin package", | ||
"contributors": [ | ||
{ | ||
"name": "Jairo de Morais", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Yevgeniy Brikman", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Veena Basavaraj", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Johnathan Leppert", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Jimmy Chan", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Richard Ragan", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Sarah Clatterbuck", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Kate Odnous", | ||
"email": "[email protected]" | ||
} | ||
"Veena Basavaraj <[email protected]>", | ||
"Yevgeniy Brikman <[email protected]>", | ||
"Tom Carchrae", | ||
"Sarah Clatterbuck <[email protected]>", | ||
"Jimmy Chan <[email protected]>", | ||
"Steven Foote <[email protected]>", | ||
"Johnathan Leppert <[email protected]>", | ||
"Prayrit Prash Jain <[email protected]>", | ||
"Seth Kinast <[email protected]>", | ||
"Jairo de Morais <[email protected]>", | ||
"Kate Odnous <[email protected]>", | ||
"Richard Ragan <[email protected]>" | ||
], | ||
"scripts": { | ||
"test": "grunt test" | ||
|