-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 843 Bytes
/
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
{
"name": "dustjs-loader",
"version": "1.1.0",
"description": "Require and automatically compile dustjs (.dust) files.",
"author": {
"name": "Scott Brady",
"email": "[email protected]"
},
"keywords": [
"dust",
"dustjs",
"template",
"load",
"compile",
"extension"
],
"repository": {
"type": "git",
"url": "git://github.com/scottbrady/dustjs-loader"
},
"main": "./index.js",
"engines": {
"node": "*"
},
"license": {
"type": "MIT",
"url": "https://github.com/scottbrady/dustjs-loader/blob/master/LICENSE"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/scottbrady/dustjs-loader/issues"
},
"homepage": "https://github.com/scottbrady/dustjs-loader",
"dependencies": {
"bluebird": "~2.9.30",
"dustjs-linkedin": "~2.7.2"
}
}