Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 9, 2015
1 parent 24cdd8d commit 91b1049
Showing 1 changed file with 32 additions and 13 deletions.
45 changes: 32 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "DSL to write pact tests in Javascript",
"main": "gulpfile.js",
"dependencies": {},
"browserDependencies": {},
"devDependencies": {
"gulp": "^3.6.0",
"gulp-cache": "^0.1.1",
Expand All @@ -22,17 +23,35 @@
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "~0.1"
},
"contributors": [{
"name": "Fu Ying",
"email": "fu.ying.er@rea-group.com"
}, {
"name": "Malinda Kapuruge",
"email": "mkapuruge@dius.com.au"
}, {
"name": "Tarcio Saraiva",
"email": "tsaraiva@dius.com.au"
}, {
"name" : "Beth Skurrie",
"email" : "bskurrie@dius.com.au"
}]
"contributors": [
"Fu Ying <fu.ying.er@rea-group.com>",
"Malinda Kapuruge <mkapuruge@dius.com.au>",
"Tarcio Saraiva <tsaraiva@dius.com.au>",
"Beth Skurrie <bskurrie@dius.com.au>"
],
"directories": {
"lib": "src",
"example": "example"
},
"scripts": {
"test": "gulp run-tests"
},
"repository": {
"type": "git",
"url": "https://github.com/DiUS/pact-consumer-js-dsl.git"
},
"keywords": [
"pact",
"consumer",
"driven",
"contracts",
"mock",
"service"
],
"author": "Beth Skurrie <beth@bethesque.com> (https://github.com/bethesque)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DiUS/pact-consumer-js-dsl/issues"
},
"homepage": "https://github.com/DiUS/pact-consumer-js-dsl"
}

0 comments on commit 91b1049

Please sign in to comment.