Skip to content

Instantly share code, notes, and snippets.

@theburningmonk
Created January 30, 2017 22:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theburningmonk/33a3c1a0f2dde89c82759ce9fff936ed to your computer and use it in GitHub Desktop.
Save theburningmonk/33a3c1a0f2dde89c82759ce9fff936ed to your computer and use it in GitHub Desktop.
{
"name": "config-api",
"version": "1.10.0",
"scripts": {
"integration-dev": "env TEST_MODE=handler env SERVERLESS_STAGE=dev env SERVERLESS_REGION=eu-west-1 ./node_modules/.bin/mocha test/test_cases -t 60000 --reporter spec",
"acceptance-dev": "env TEST_MODE=http env SERVERLESS_STAGE=dev env SERVERLESS_REGION=eu-west-1 ./node_modules/.bin/mocha test/test_cases -t 60000 --reporter spec",
"integration-test": "env TEST_MODE=handler env SERVERLESS_STAGE=test env SERVERLESS_REGION=eu-west-1 ./node_modules/.bin/mocha test/test_cases -t 60000 --reporter spec",
"acceptance-test": "env TEST_MODE=http env SERVERLESS_STAGE=test env SERVERLESS_REGION=eu-west-1 ./node_modules/.bin/mocha test/test_cases -t 60000 --reporter spec",
"integration-staging": "env TEST_MODE=handler env SERVERLESS_STAGE=staging env SERVERLESS_REGION=eu-west-1 ./node_modules/.bin/mocha test/test_cases -t 60000 --reporter spec",
"acceptance-staging": "env TEST_MODE=http env SERVERLESS_STAGE=staging env SERVERLESS_REGION=eu-west-1 ./node_modules/.bin/mocha test/test_cases -t 60000 --reporter spec"
},
"dependencies": {
"aws-sdk": "^2.4.10",
"bluebird": "^3.4.1",
"co": "^4.6.0",
"lodash": "^4.14.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chance": "^1.0.4",
"mocha": "^3.0.0",
"superagent": "^2.2.0",
"superagent-promise": "^1.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment