UNPKG

907 BJSONView Raw
1{
2 "name": "hubot-bitbucket-pullrequests",
3 "version": "0.0.8",
4 "description": "List all BitBucket open Pull Requests in all or selected repositories",
5 "main": "index.coffee",
6 "scripts": {
7 "test": "mocha --compilers coffee:coffee-script/register --reporter spec"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/joaofraga/hubot-bitbucket-pullrequests.git"
12 },
13 "keywords": [
14 "hubot",
15 "bitbucket",
16 "pull-request"
17 ],
18 "dependencies": {
19 "coffee-script": "~1.7.1",
20 "sand-bucket": "^0.0.1"
21 },
22 "devDependencies": {
23 "mocha": "*",
24 "chai": "2.3.0",
25 "sinon-chai": "*",
26 "sinon": "*"
27 },
28 "author": "João Fraga <jgfraga@gmail.com>",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/joaofraga/hubot-bitbucket-pullrequests/issues"
32 },
33 "homepage": "https://github.com/joaofraga/hubot-bitbucket-pullrequests#readme"
34}