-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.17 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.17 KB
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
{
"name": "api-tester",
"version": "1.1.0",
"description": "Api Tester is a tool which allows you to perform tests on apis comparing results with expected outputs.",
"bin": {
"t": "./bin/tester"
},
"main": "./main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/giowe/api-tester.git"
},
"author": "Giovanni Bruno",
"contributors": [
{
"name": "Giovanni Bruno",
"email": "giovanni.bruno@soluzionifutura.it",
"url": "www.soluzionifutura.it"
},
{
"name": "Nicolò Fuccella",
"email": "nico.fuccella@gmail.com"
},
{
"name": "Nicola Guerra",
"email": "nicola.ng2k@gmail.com"
},
{
"name": "Federico Ferrari",
"email": "fedef306@gmail.com"
},
{
"name": "Joseph Di Salvo",
"email": "jds.joe99@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/giowe/api-tester/issues"
},
"dependencies": {
"chalk": "^2.0.1",
"inquirer": "^3.1.1",
"js-object-pretty-print": "^0.3.0",
"promise.waterfall": "^3.2.0",
"request": "^2.81.0",
"yargs": "^8.0.2"
},
"devDependencies": {
"eslint": "^4.1.1"
}
}