-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
40 lines (40 loc) · 962 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
40
{
"name": "serverless-api-stage",
"version": "1.4.0",
"description": "Serverless API Stage plugin, enables stage variables and logging for AWS API Gateway.",
"main": "src/index.js",
"scripts": {
"lint": "jshint src test",
"test": "npm run lint && mocha test/spec/**.spec.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/leftclickben/serverless-api-stage.git"
},
"keywords": [
"serverless",
"api",
"stage",
"stage",
"variable",
"logging",
"api",
"gateway",
"aws"
],
"author": "Ben New <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/leftclickben/serverless-api-stage/issues"
},
"homepage": "https://github.com/leftclickben/serverless-api-stage#readme",
"devDependencies": {
"chai": "^4.1.2",
"jshint": "^2.9.5",
"mocha": "^5.2.0",
"sinon": "^6.1.0"
},
"dependencies": {
"lodash": "^4.17.10"
}
}