forked from postmanlabs/newman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.04 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "newman",
"version": "2.0.1",
"author": "Postman Labs <[email protected]",
"main": "index.js",
"homepage": "https://github.com/postmanlabs/newman",
"bugs": "https://github.com/postmanlabs/newman/issues",
"description": "Command-line utility for Postman",
"repository": {
"type": "git",
"url": "git://github.com/postmanlabs/newman.git"
},
"contributors": [
{
"name": "Prakhar Srivastav",
"email": "[email protected]",
"url": "http://prakhar.me"
},
{
"name": "Arjun Variar",
"email": "[email protected]",
"url": "http://github.com/viig99"
},
{
"name": "Abhijit Kane",
"email": "[email protected]",
"url": "http://github.com/abhijitkane"
},
{
"name": "Aniket Panse",
"email": "[email protected]",
"url": "http://github.com/czardoz"
}
],
"engines": {
"node": ">=0.6.x"
},
"keywords": [
"postman",
"api",
"rest-client",
"rest"
],
"bin": {
"newman": "./bin/newman"
},
"preferGlobal": true,
"dependencies": {
"atob": "1.1.2",
"aws4": "1.3.1",
"backbone": "^1.1.2",
"btoa": "1.1.2",
"cli-color": "0.2.x",
"commander": "2.x.x",
"crypto-js": "^3.1.5",
"dot": "1.0.3",
"hawk": "3.1.2",
"jquery": "2.1.1",
"jsdom": "7.1.0",
"jsface": "2.2.x",
"json5": "^0.4.0",
"lodash": "^3.3.0",
"mkdirp": "^0.5.0",
"node-uuid": "1.4.1",
"postman-collection-transformer": "^1.5.2",
"postman_validator": "0.0.4",
"request": "2.64.0",
"sugar": "1.3.9",
"tv4": "^1.1.9",
"underscore": "1.x.x",
"unirest": "^0.4.0",
"xml2js": "^0.4.5"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-jsdoc": "^0.6.7",
"grunt-mocha-test": "0.12.7",
"grunt-run": "~0.2.2",
"mocha": "2.3.4",
"sinon": "^1.15.4"
},
"scripts": {
"test": "grunt test",
"preinstall": "node ./scripts/preinstall.js"
},
"license": "Apache"
}