DscResource.Tests/package.json
{ "name": "dscresources.tests", "version": "1.0.0", "description": "The DSCResource.Tests repository", "main": "gulpfile.js", "dependencies": { "gulp": "^3.9.1", "through2": "^2.0.1", "markdownlint": "^0.2.0" }, "devDependencies": { "gulp-concat": "^2.6.0", "gulp-debug": "^3.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/PowerShell/DSCResource.Tests.git" }, "author": "Microsoft Corporation", "license": "MIT", "bugs": { "url": "https://github.com/PowerShell/DSCResource.Tests/issues" }, "homepage": "https://github.com/PowerShell/DSCResource.Tests#readme" } |