forked from kuashe/serverless-async-await
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 950 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
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "serverless-async-await",
"version": "1.1.6",
"description": "Serverless Plugin to use async await without Babel , WebPack or Typescript. Simple transpilation using AsyncToGen",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"serverless",
"plugin",
"async",
"await"
],
"author": "kuashe:[email protected]",
"license": "MIT",
"dependencies": {
"async-to-gen": "^1.3.3",
"fs-extra": "^4.0.1",
"glob": "^7.1.2"
},
"devDependencies": {
"extract-zip": "^1.6.5",
"mocha": "^3.5.0",
"unzip": "^0.1.11",
"zip-local": "^0.3.4"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuashe/serverless-async-await.git"
},
"bugs": {
"url": "https://github.com/kuashe/serverless-async-await/issues"
},
"homepage": "https://github.com/kuashe/serverless-async-await#readme"
}