forked from serverless/serverless-azure-functions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "serverless-azure-functions",
"version": "0.1.2",
"description": "Provider plugin for the Serverless Framework v1.x which adds support for Azure Functions.",
"license": "MIT",
"main": "index.js",
"author": "Azure Functions",
"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": {
"async": "^2.1.2",
"bluebird": "^3.4.6",
"chalk": "^1.1.3",
"lodash": "^4.16.6",
"fs-extra": "^2.0.0",
"request": "2.79.0",
"ms-rest-azure": "^1.15.4",
"azure-arm-resource": "1.6.1-preview",
"zip-folder": "1.0.0"
},
"devDependencies": {
"eslint": "^3.15.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-standard": "^2.0.1"
},
"engines": {
"node": ">= 6.5.0"
}
}