forked from postmanlabs/newman-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1011 Bytes
/
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
34
35
{
"name": "newman-docker",
"version": "3.4.3",
"description": "This repository contains the Dockerfiles and tests for the Newman Docker images.",
"scripts": {
"update": "./scripts/update/update.sh",
"docker-build": "./scripts/docker/docker-build.sh",
"docker-test": "./scripts/docker/docker-test.sh",
"test": "./scripts/test/test.sh",
"test-docker": "./scripts/test/test-docker.sh",
"test-infra": "./scripts/test/test-infra.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postmanlabs/newman-docker.git"
},
"keywords": [
"postman",
"newman",
"docker",
"image"
],
"author": "Postman Labs <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/postmanlabs/newman-docker/issues"
},
"homepage": "https://github.com/postmanlabs/newman-docker#readme",
"devDependencies": {
"dockerfile_lint": "0.0.8",
"dockerode": "2.2.2",
"expect.js": "0.3.1",
"mocha": "2.2.5"
}
}