-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 761 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 761 Bytes
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
{
"name": "edge-rewrite",
"version": "1.0.0",
"description": "Redirect behaviours that live on labmda@edge",
"repository": "",
"author": "Mark Steele <mark@control-alt-del.org>",
"license": "MIT",
"dependencies": {
"request": "^2.88.0",
"request-promise-native": "^1.0.7"
},
"devDependencies": {
"aws-sdk": "^2.12.0",
"aws-sdk-mock": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.0.2",
"jsdoc": "^3.4.3",
"jsdoc-to-markdown": "^3.0.0",
"mocha": "^3.2.0",
"serverless-offline": "^3.13.3",
"serverless-plugin-optimize": "^1.0.0-rc.15",
"sinon": "^2.1.0"
},
"scripts": {
"test": "IS_TEST=1 mocha",
"jsdoc": "./node_modules/.bin/jsdoc2md --files api/*.js >doc/README.md"
}
}