-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
54 lines (54 loc) · 1.09 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
46
47
48
49
50
51
52
53
54
{
"name": "bitbucket-changelog",
"version": "1.2.0",
"description": "",
"keywords": [
"bitbucket",
"stash",
"jira",
"atlassian",
"git",
"changelog",
"release"
],
"author": {
"name": "Mike Stead",
"url": "https://github.com/mikestead"
},
"license": "MIT",
"homepage": "https://github.com/mikestead/bitbucket-changelog",
"repository": {
"type": "git",
"url": "https://github.com/mikestead/bitbucket-changelog.git"
},
"bugs": {
"url": "https://github.com/mikestead/bitbucket-changelog/issues"
},
"engines": {
"node": ">=4.0.0",
"npm": ">=2.14.2"
},
"scripts": {
"lint": "eslint index.js",
"test": "mocha --recursive"
},
"bin": {
"bbgenlog": "index.js"
},
"dependencies": {
"axios": "^0.8.1",
"chalk": "^1.1.1",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.9.0",
"lil-uri": "^0.2.0",
"moment": "^2.11.1"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-rackt": "^1.1.1",
"expect": "^1.13.0",
"express": "^4.13.3",
"mocha": "^2.3.4"
}
}