forked from postmanlabs/newman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.71 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
{
"name": "newman",
"version": "1.2.12",
"author": "Abhijit Kane & Arjun Variar & Prakhar Srivastav",
"main": "Newman",
"homepage": "https://github.com/a85/Newman",
"bugs": "https://github.com/a85/Newman/issues",
"description": "Command-line utility for Postman",
"repository": {
"type": "git",
"url": "git://github.com/a85/Newman.git"
},
"contributors": [
{
"name": "Prakhar Srivastav",
"email": "prakhar1989@gmail.com",
"url": "http://prakhar.me"
},
{
"name": "Arjun Variar",
"email": "accioarjun@gmail.com",
"url": "http://github.com/viig99"
},
{
"name": "Abhijit Kane",
"email": "abhijitkane@gmail.com",
"url": "http://github.com/abhijitkane"
}
],
"engines": {
"node": ">=0.6.x"
},
"keywords": [
"postman",
"api",
"rest-client",
"rest"
],
"bin": {
"newman": "./bin/newman"
},
"preferGlobal": true,
"dependencies": {
"atob": "1.1.2",
"backbone": "^1.1.2",
"btoa": "1.1.2",
"cli-color": "0.2.x",
"commander": "2.x.x",
"dot": "1.0.3",
"jquery": "2.1.1",
"jsdom": "3.x.x",
"jsface": "2.2.x",
"json5": "^0.4.0",
"lodash": "^3.3.0",
"mkdirp": "^0.5.0",
"node-uuid": "1.4.1",
"postman_validator": "0.0.4",
"request": "2.40.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": "*",
"sinon": "*",
"grunt-mocha-test": "0.12.7",
"grunt-run": "~0.2.2"
},
"scripts": {
"test": "grunt test"
},
"license": "Apache"
}