forked from DaRaFF/create-release-notes-checklist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 908 Bytes
/
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
{
"name": "@livingdocs/create-release-notes-checklist",
"version": "0.0.0-development",
"description": "",
"main": "index.js",
"bin": "./cli.js",
"author": "Ralph Meier",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.4",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"yargs": "^12.0.2"
},
"scripts": {
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"repository": {
"type": "git",
"url": "git+https://github.com/livingdocsIO/create-release-notes-checklist.git"
},
"devDependencies": {
"semantic-release": "^15.12.0",
"travis-deploy-once": "^5.0.9"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/livingdocsIO/create-release-notes-checklist/issues"
},
"homepage": "https://github.com/livingdocsIO/create-release-notes-checklist#readme"
}