UNPKG

1.73 kBJSONView Raw
1{
2 "name": "dustjs-linkedin",
3 "title": "Dust - Asynchronous Templating",
4 "version": "2.6.0",
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 "Veena Basavaraj <veena.braj@gmail.com>",
13 "Tom Carchrae",
14 "Jimmy Chan <jchan@linkedin.com>",
15 "Steven Foote <sfoote@linkedin.com>",
16 "Prayrit Prash Jain <prjain@linkedin.com>",
17 "Seth Kinast <skinast@linkedin.com>",
18 "Jairo de Morais <jairodemorais@gmail.com>",
19 "Kate Odnous <kodnous@linkedin.com>",
20 "Richard Ragan <rragan@ebay.com>"
21 ],
22 "scripts": {
23 "test": "grunt test"
24 },
25 "bin": {
26 "dustc": "./bin/dustc"
27 },
28 "main": "lib/server.js",
29 "browser": "./lib/dust.js",
30 "repository": {
31 "type": "git",
32 "url": "https://github.com/linkedin/dustjs.git"
33 },
34 "keywords": [
35 "templates",
36 "views",
37 "dust",
38 "dustjs",
39 "dust.js",
40 "linkedin"
41 ],
42 "dependencies": {
43 "cli": "~0.6.5"
44 },
45 "devDependencies": {
46 "grunt": "~0.4.2",
47 "grunt-bump": "0.0.11",
48 "grunt-contrib-clean": "~0.5.0",
49 "grunt-contrib-concat": "~0.3.0",
50 "grunt-contrib-connect": "~0.5.0",
51 "grunt-contrib-copy": "~0.4.1",
52 "grunt-contrib-jasmine": "~0.5.2",
53 "grunt-contrib-jshint": "~0.7.2",
54 "grunt-contrib-uglify": "~0.2.7",
55 "grunt-contrib-watch": "~0.5.3",
56 "grunt-gh-pages": "~0.9.0",
57 "grunt-jasmine-node": "~0.2.1",
58 "grunt-shell": "~0.6.1",
59 "grunt-template-jasmine-istanbul": "~0.2.5",
60 "pegjs": "0.8.0"
61 },
62 "license": "MIT",
63 "engine": {
64 "node": ">=0.8"
65 }
66}