-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
26 lines (26 loc) · 919 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
24
25
26
{
"name": "auto-distribution-function",
"version": "1.0.0",
"description": "This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/auto-distribution-function.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Microsoft/auto-distribution-function/issues"
},
"homepage": "https://github.com/Microsoft/auto-distribution-function#readme",
"dependencies": {
"request": "^2.83.0",
"request-promise": "^4.2.2"
}
}