-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 813 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 813 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
{
"name": "copycat",
"version": "0.0.1",
"description": "Copycat is a service that can save, replay & test HTTP requests across different stacks, versions of API endpoints. You can use Copycat to do integration and load testing when you are migrating an API across stacks or transitioning to a new API version.",
"scripts": {
"deploy" : "make deploy-all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonnes/copycat.git"
},
"author": "Ravi Atluri",
"bugs": {
"url": "https://github.com/sonnes/copycat/issues"
},
"homepage": "https://github.com/sonnes/copycat#readme",
"devDependencies": {
"ava": "^1.2.1",
"sinon": "^7.2.3"
},
"dependencies": {
"@google-cloud/storage": "^2.4.2",
"jsonata": "^1.6.4",
"superagent": "^4.1.0"
}
}