-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.01 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
{
"name": "02-big-mouth",
"version": "1.0.0",
"description": "`nvm use 6`",
"main": "handler.js",
"scripts": {
"seed": "node seed-restaurants.js",
"integration-test": "env TEST_MODE=handler ./node_modules/.bin/mocha tests/test_cases --reporter spec --retries 3 --timeout 10000",
"acceptance-test": "env TEST_MODE=http TEST_ROOT=https://5ymkmf7cz7.execute-api.us-east-1.amazonaws.com/dev ./node_modules/.bin/mocha tests/test_cases --reporter spec --retries 3 --timeout 10000"
},
"dependencies": {
"aws4": "^1.7.0",
"awscred": "^1.4.1",
"bluebird": "^3.5.1",
"co": "^4.6.0",
"mustache": "^2.3.0",
"superagent": "^3.8.1",
"superagent-promise": "^1.1.0"
},
"devDependencies": {
"aws-sdk": "^2.168.0",
"chai": "^4.1.2",
"chance": "^1.0.13",
"cheerio": "^1.0.0-rc.2",
"lodash": "^4.17.10",
"mocha": "^4.0.1",
"serverless": "^1.28.0",
"serverless-pseudo-parameters": "^1.2.5",
"serverless-sam": "^0.1.0"
},
"author": "",
"license": "ISC"
}