UNPKG

1.14 kBJSONView Raw
1{
2 "name": "dustjs-linkedin",
3 "version": "2.6.2",
4 "homepage": "https://github.com/linkedin/dustjs",
5 "authors": [
6 "Veena Basavaraj <vybs@users.noreply.github.com>",
7 "Tom Carchrae",
8 "Jimmy Chan <jchan@linkedin.com>",
9 "Steven Foote <sfoote@linkedin.com>",
10 "Prayrit Prash Jain <prjain@linkedin.com>",
11 "Seth Kinast <skinast@linkedin.com>",
12 "Jairo de Morais <jairodemorais@users.noreply.github.com>",
13 "Kate Odnous <kodnous@linkedin.com>",
14 "Richard Ragan <rragan@ebay.com>",
15 "Aleksander Williams (http://akdubya.github.com/dustjs)"
16 ],
17 "description": "asynchronous Javascript templating for the browser and server",
18 "main": "dist/dust-full.min.js",
19 "moduleType": [
20 "amd",
21 "globals",
22 "node"
23 ],
24 "keywords": [
25 "templates",
26 "views",
27 "dust",
28 "dustjs",
29 "dust.js",
30 "linkedin"
31 ],
32 "devDependencies": {
33 "pegjs": "0.8.0"
34 },
35 "license": "MIT",
36 "ignore": [
37 "**/.*",
38 "benchmark",
39 "bin",
40 "docs",
41 "examples",
42 "lib",
43 "node_modules",
44 "src",
45 "test",
46 "tmp",
47 "index.js",
48 "Gruntfile.js",
49 "package.json"
50 ]
51}