UNPKG

1.6 kBJSONView Raw
1{
2 "name": "serverless-artillery",
3 "version": "0.0.15",
4 "description": "A serverless performance testing tool. `serverless` + `artillery` = crush. a.k.a. Orbital Laziers",
5 "main": "index.js",
6 "bin": {
7 "serverless-artillery": "./bin/serverless-artillery",
8 "slsart": "./bin/serverless-artillery"
9 },
10 "scripts": {
11 "test": "mocha -r aws-sdk -r artillery-core --recursive -R min tests",
12 "lint": "eslint . bin/serverless-artillery",
13 "postinstall": "node ./postinstall.js"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/Nordstrom/serverless-artillery.git"
18 },
19 "keywords": [
20 "serverless",
21 "artillery",
22 "performance",
23 "load",
24 "testing",
25 "scale",
26 "lambda"
27 ],
28 "author": "Erik Erikson, Jane Savina, Jason Olmstead, Greg Smith, Rob Gruhl, Andy Day",
29 "license": "Apache-2.0",
30 "bugs": {
31 "url": "https://github.com/Nordstrom/serverless-artillery/issues"
32 },
33 "homepage": "https://github.com/Nordstrom/serverless-artillery#readme",
34 "dependencies": {
35 "artillery-core": "^2.0.0-0",
36 "aws-sdk": "^2.5.0",
37 "bluebird": "^3.4.6",
38 "shortid": "^2.2.6",
39 "yaml": "^0.3.0",
40 "yargs": "^6.2.0"
41 },
42 "devDependencies": {
43 "chai": "^3.5.0",
44 "eslint": "^3.8.1",
45 "eslint-config-airbnb": "^12.0.0",
46 "eslint-plugin-import": "^1.16.0",
47 "eslint-plugin-jsx-a11y": "^2.2.3",
48 "eslint-plugin-react": "^6.4.1",
49 "jscs": "^3.0.7",
50 "jshint": "^2.9.2",
51 "mocha": "^3.0.2",
52 "mock-require": "^1.3.0",
53 "pre-commit": "^1.1.3"
54 },
55 "pre-commit": [
56 "test",
57 "lint"
58 ]
59}