UNPKG

1.64 kBJSONView Raw
1{
2 "name": "dustjs-linkedin",
3 "title": "Dust - Asynchronous Templating",
4 "version": "2.3.3",
5 "author": {
6 "name": "Aleksander Williams",
7 "url": "http://akdubya.github.com/dustjs"
8 },
9 "homepage": "http://linkedin.github.io/dustjs/",
10 "description": "Asynchronous templates for the browser and node.js ( LinkedIn fork )",
11 "contributors": [
12 {
13 "name": "Jairo de Morais",
14 "email": "jdemorais@linkedin.com"
15 },
16 {
17 "name": "Veena Basavaraj",
18 "email": "vbasavaraj@linkedin.com"
19 },
20 {
21 "name": "Jimmy Chan",
22 "email": "jchan@linkedin.com"
23 },
24 {
25 "name": "Richard Ragan",
26 "email": "rragan@ebay.com"
27 },
28 {
29 "name": "Steven Foote",
30 "email": "sfoote@linkedin.com"
31 }
32 ],
33 "scripts": {
34 "test": "grunt test"
35 },
36 "bin": {
37 "dustc": "./bin/dustc"
38 },
39 "main": "lib/server.js",
40 "repository": {
41 "type": "git",
42 "url": "https://github.com/linkedin/dustjs.git"
43 },
44 "keywords": [
45 "templates",
46 "views"
47 ],
48 "devDependencies": {
49 "pegjs": "0.7.0",
50 "grunt": "~0.4.2",
51 "grunt-contrib-connect": "~0.5.0",
52 "grunt-template-jasmine-istanbul": "~0.2.5",
53 "grunt-contrib-clean": "~0.5.0",
54 "grunt-contrib-copy": "~0.4.1",
55 "grunt-gh-pages": "~0.9.0",
56 "grunt-contrib-compress": "~0.5.3",
57 "grunt-contrib-concat": "~0.3.0",
58 "grunt-contrib-uglify": "~0.2.7",
59 "grunt-contrib-jshint": "~0.7.2",
60 "grunt-contrib-watch": "~0.5.3",
61 "grunt-shell": "~0.6.1",
62 "grunt-contrib-jasmine": "~0.5.2",
63 "grunt-bump": "0.0.11"
64 },
65 "license": "MIT",
66 "engine": {
67 "node": ">=0.8"
68 }
69}