UNPKG

928 BJSONView Raw
1{
2 "name": "hubot-bitbucket-pullrequests",
3 "version": "0.0.10",
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 "timeago": "*"
22 },
23 "devDependencies": {
24 "mocha": "*",
25 "chai": "2.3.0",
26 "sinon-chai": "*",
27 "sinon": "*"
28 },
29 "author": "João Fraga <jgfraga@gmail.com>",
30 "license": "MIT",
31 "bugs": {
32 "url": "https://github.com/joaofraga/hubot-bitbucket-pullrequests/issues"
33 },
34 "homepage": "https://github.com/joaofraga/hubot-bitbucket-pullrequests#readme"
35}