forked from Azure/azure-docs-sdk-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 901 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
{
"name": "azure-docs-sdk-dotnet",
"version": "1.0.0",
"description": "This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\r For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/azure-docs-sdk-dotnet.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/azure-docs-sdk-dotnet/issues"
},
"homepage": "https://github.com/Azure/azure-docs-sdk-dotnet#readme",
"dependencies": {
"child-process-promise": "^2.2.0",
"glob": "^7.1.1"
}
}