-
Notifications
You must be signed in to change notification settings - Fork 479
/
bower.json
50 lines (50 loc) · 1.1 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
50
{
"name": "dustjs-linkedin",
"version": "3.0.1",
"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": [
"**/.*",
"bin",
"examples",
"index.js",
"index.html",
"lib",
"node_modules",
"src",
"test",
"tmp",
"Gruntfile.js",
"package.json"
]
}