-
Notifications
You must be signed in to change notification settings - Fork 479
/
package.json
75 lines (75 loc) · 1.93 KB
/
package.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "dustjs-linkedin",
"version": "3.0.1",
"author": {
"name": "Aleksander Williams",
"url": "http://akdubya.github.com/dustjs"
},
"homepage": "http://dustjs.com/",
"description": "Asynchronous templates for the browser and server (LinkedIn fork)",
"contributors": [
"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>"
],
"scripts": {
"test": "grunt travis"
},
"bin": {
"dustc": "./bin/dustc"
},
"main": "index.js",
"browser": "./lib/dust.js",
"repository": {
"type": "git",
"url": "https://github.com/linkedin/dustjs.git"
},
"keywords": [
"templates",
"views",
"dust",
"dustjs",
"dust.js",
"linkedin"
],
"dependencies": {
"chokidar": "^3.5.2",
"cli": "^1.0.1"
},
"devDependencies": {
"ayepromise": "~1.1.1",
"grunt": "~1.4.1",
"grunt-bump": "~0.8.0",
"grunt-cli": "~1.4.3",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "~3.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jasmine": "~1.2.0",
"grunt-contrib-jshint": "~3.0.0",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "~1.1.0",
"grunt-execute": "~0.2.2",
"grunt-github-changes": "~0.1.0",
"grunt-jasmine-nodejs": "~1.6.1",
"grunt-peg": "~2.0.0",
"grunt-saucelabs": "~8.6.1",
"grunt-shell": "~1.3.0",
"grunt-template-jasmine-istanbul": "~0.4.0",
"highland": "2.8.1",
"pegjs": "0.9.0",
"rhino-1_7r3-bin": "~1.0.1",
"rhino-1_7r5-bin": "~1.0.1",
"tmp": "~0.0.25"
},
"license": "MIT",
"engine": {
"node": ">=0.10"
}
}