forked from serverless/serverless-azure-functions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "serverless-azure-functions",
"version": "0.6.0",
"description": "Provider plugin for the Serverless Framework v1.x which adds support for Azure Functions.",
"license": "MIT",
"main": "index.js",
"author": "Azure Functions",
"scripts": {
"test": "eslint **/*.js"
},
"repository": {
"git": "https://github.com/serverless/serverless-azure-functions"
},
"homepage": "https://github.com/serverless/serverless-azure-functions",
"keywords": [
"serverless",
"serverless framework",
"serverless applications",
"serverless modules",
"azure functions",
"iot",
"internet of things",
"serverless.com"
],
"dependencies": {
"az-login": "^0.3.0",
"azure-arm-resource": "^2.0.0-preview",
"bluebird": "^3.4.6",
"jsonpath": "^0.2.11",
"lodash": "^4.16.6",
"request": "2.81.0"
},
"devDependencies": {
"eslint": "3.19.0"
},
"optionalDependencies": {
"serverless-webpack": "^4.2.0",
"webpack": "^3.10.0"
},
"engines": {
"node": ">= 6.5.0"
}
}