forked from amplify-education/serverless-domain-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 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
44
45
46
47
48
{
"name": "serverless-domain-manager",
"version": "2.3.6",
"engines": {
"node": ">=4.0"
},
"description": "Serverless plugin for managing custom domains with API Gateways.",
"author": "Amplify Education Inc",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/amplify-education/serverless-domain-manager"
},
"keywords": [
"serverless plugin custom domain",
"custom domain",
"serverless plugins",
"api gateway",
"lambda",
"aws",
"aws lambda",
"amazon",
"amazon web services",
"serverless.com",
"domain manager"
],
"main": "index.js",
"bin": {},
"scripts": {
"test": "node ./node_modules/istanbul/lib/cli.js cover _mocha -- -R spec && node ./node_modules/istanbul/lib/cli.js check-coverage --line 70 coverage/coverage.json",
"lint": "eslint ."
},
"devDependencies": {
"aws-sdk-mock": "^1.7.0",
"chai": "^3.5.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"istanbul": "^0.4.5",
"mocha": "^2.2.5"
},
"dependencies": {
"aws-sdk": "^2.177.0",
"chalk": "^2.0.1"
}
}