-
Notifications
You must be signed in to change notification settings - Fork 70
/
bower.json
49 lines (49 loc) · 1.2 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "dustjs-helpers",
"version": "1.8.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.7 - 3.0"
},
"keywords": [
"templates",
"views",
"helpers",
"dust",
"dustjs",
"dust.js",
"linkedin"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tmp",
"lib",
"gruntfile.js",
"package.json"
]
}