-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 901 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
36
37
38
39
40
41
42
43
44
{
"name": "jetman",
"description": "Create Postman collections programmatically",
"version": "0.4.0",
"engine": "node 9.9.0",
"main": "index.js",
"scripts": {
"test": "standard && mocha test"
},
"dependencies": {
"newman": "3.9.3",
"underscore": "1.8.3",
"uuid": "^3.0.0"
},
"devDependencies": {
"standard": "^3.0.0",
"mocha": "2.4.5",
"chai": "3.5.0",
"chai-string": "1.2.0"
},
"standard": {
"ignore": [
"docs/*"
]
},
"keywords": [
"postman",
"newman",
"rest",
"api",
"test",
"testing"
],
"homepage": "https://github.com/hantuzun/jetman",
"repository": {
"type": "git",
"url": "git+https://github.com/hantuzun/jetman.git"
},
"bugs": {
"url": "https://github.com/hantuzun/jetman/issues"
},
"license": "MIT",
"author": "Han Tuzun <mail@hantuzun.com> (https://hantuzun.com)"
}