forked from pact-foundation/pact-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json.web
41 lines (41 loc) · 984 Bytes
/
package.json.web
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
{
"name": "@pact-foundation/pact-web",
"version": "VERSION",
"description": "Pact for the browser",
"main": "pact-web.js",
"scripts": {},
"types": "./pact-web.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/pact-foundation/pact-js.git"
},
"engines": {
"node": ">=4"
},
"keywords": [
"pact",
"pact-js",
"javascript",
"contract testing",
"testing",
"consumer driven testing"
],
"author": "Beth Skurrie <[email protected]> (https://github.com/bethesque)",
"contributors": [
{
"name": "Tarcio Saraiva",
"email": "[email protected]",
"url": "http://twitter.com/tarciosaraiva"
},
{
"name": "Matt Fellows",
"email": "[email protected]",
"url": "http://twitter.com/matthewfellows"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pact-foundation/pact-js/issues"
},
"homepage": "http://docs.pact.io/documentation/javascript.html"
}