-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 942 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 942 Bytes
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
{
"name": "dustjs-browserify",
"version": "1.1.0",
"description": "Browserify plugin to convert dustjs templates to Javascript.",
"author": {
"name": "Scott Brady",
"email": "scott@sbrady.com"
},
"keywords": [
"dust",
"dustjs",
"template",
"load",
"compile",
"extension",
"browserify"
],
"repository": {
"type": "git",
"url": "git://github.com/scottbrady/dustjs-browserify"
},
"main": "./index.js",
"engines": {
"node": "*"
},
"license": {
"type": "MIT",
"url": "https://github.com/scottbrady/dustjs-browserify/blob/master/LICENSE"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/scottbrady/dustjs-browserify/issues"
},
"homepage": "https://github.com/scottbrady/dustjs-browserify",
"dependencies": {
"bluebird": "~2.9.30",
"dustjs-linkedin": "~2.7.2",
"dustjs-loader": "~1.1.0",
"through": "~2.3.6"
}
}