{ "name": "dnnconnect2025demo", "version": "0.0.1", "description": "DnnConnect2025Demo module", "dnn": { "projectFolders": [ "Server/SysMonitor" ], "owner": { "name": "Peter Donker", "organization": "Bring2mind", "url": "bring2mind.net", "email": "peter@bring2mind.net" }, "pathsAndFiles": { "solutionFile": "./Bring2mind.DnnConnect2025Demo.sln", "pathToAssemblies": "./bin", "devSiteUrl": "", "devSitePath": "", "excludeFilter": [ "bin/", "obj/", "node_modules" ], "licenseFile": "./License.md", "releaseNotesFile": "", "releaseFiles": [ "App_LocalResources/*.resx", "**/*.ascx", "**/*.cshtml", "**/*.vbhtml", "js/*.js", "css/*.css", "*.css", "**/*.html", "**/*.png", "**/*.jpg", "**/*.jpeg", "**/*.gif", "**/*.eot", "**/*.svg", "**/*.ttf", "**/*.woff", "**/*.woff2", "*.txt" ], "zipName": "Bring2mind.DnnConnect2025Demo" } }, "scripts": { "build": "set NODE_ENV=production&&webpack --config Client/webpack.config.js", "watch": "webpack --config Client/webpack.config.js --progress --watch", "watch-server": "node watch.js" }, "author": "Peter Donker" }