-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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
{
"name": "dnn-blog",
"version": "6.5.6",
"description": "The DotNetNuke Blog module is an easy to use content publishing module that is tightly integrated with the core DotNetNuke framework. It can be used in single or multi-author environments and also permits content authoring using off-site tools such as Windows Live Writer.",
"dnn": {
"projectFolders": [
"Server/Blog"
],
"owner": {
"name": "Peter Donker",
"organization": "DNN Connect",
"url": "http://dnn-connect.org",
"email": "[email protected]"
},
"pathsAndFiles": {
"solutionFile": "./DotNetNuke.Modules.Blog.sln",
"pathToAssemblies": "./bin",
"excludeFilter": [
"**/bin/**/*",
"**/obj/**/*",
"**/node_modules/**/*",
"**/*.??-??.resx"
],
"licenseFile": "./License.txt",
"releaseNotesFile": "./ReleaseNotes.md",
"releaseFiles": [
"**/*.resx",
"**/*.as?x",
"**/*.js",
"**/*.css",
"**/*.html",
"**/*.png",
"**/*.gif",
"**/*.txt",
"fonts/*.*",
"images/*.*",
"Templates/*.xsd",
"Templates/**/*.xml"
],
"zipName": "Blog"
}
},
"scripts": {
"watch-server": "node watch.js"
},
"devDependencies": {
"chokidar": "^3.2.1",
"deepmerge": "^4.0.0",
"flatpickr": "^4.6.13",
"fs-extra": "^8.1.0"
}
}