forked from danshumaker/bitbucket-cmd
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 KB
/
package.json
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
{
"bin": {
"bitbucket": "./bin/bitbucket.js",
"bb": "./bin/bitbucket.js"
},
"dependencies": {
"async": "^2.5.0",
"cheerio": "^0.22.0",
"cli-table": "~0.2.0",
"colors": "^1.1.2",
"commander": "~1.1.1",
"moment": "^2.10.2",
"openurl": "^1.1.0",
"rc": "^1.2.1",
"request": "^2.76.0",
"requirejs": "~2.1.5",
"simple-git": "1.73.0",
"superagent": "~0.13.0"
},
"name": "cmd-bitbucket",
"description": "[bitbucket-cmd](https://www.npmjs.com/package/bitbucket-cmd) ========",
"version": "1.0.30",
"main": "bin/bitbucket.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"patch-release": "npm version patch && npm publish && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/palashkulsh/bitbucket-cmd.git"
},
"keywords": [
"bitbucket",
"pull-request",
"commandline",
"bitbucket"
],
"author": "palashkulsh",
"license": "MIT",
"bugs": {
"url": "https://github.com/palashkulsh/bitbucket-cmd/issues"
},
"homepage": "https://github.com/palashkulsh/bitbucket-cmd#readme"
}