forked from dsccommunity/SharePointDsc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 770 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 770 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
{
"name": "sharepointdsc",
"version": "1.4.0",
"description": "The SharePointDsc PowerShell module provides DSC resources that can be used to deploy and manage a SharePoint farm ",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.1",
"through2": "^2.0.3",
"markdownlint": "^0.11.0"
},
"devDependencies": {
"gulp-concat": "^2.6.1"
},
"scripts": {
"test": "powershell -File .vscode\\RunPesterTests.ps1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dsccommunity/SharePointDsc.git"
},
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/dsccommunity/SharePointDsc/issues"
},
"homepage": "https://github.com/dsccommunity/SharePointDsc#readme"
}