forked from linkedin/dustjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
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": "2.7.2",
"homepage": "https://github.com/linkedin/dustjs",
"authors": [
"Veena Basavaraj <vybs@users.noreply.github.com>",
"Tom Carchrae",
"Jimmy Chan <jchan@linkedin.com>",
"Steven Foote <sfoote@linkedin.com>",
"Prayrit Prash Jain <prjain@linkedin.com>",
"Seth Kinast <skinast@linkedin.com>",
"Jairo de Morais <jairodemorais@users.noreply.github.com>",
"Kate Odnous <kodnous@linkedin.com>",
"Richard Ragan <rragan@ebay.com>",
"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"
]
}