forked from lysu/go-saga
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 852 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
{
"name": "go-saga",
"version": "1.0.0",
"description": "[![GoDoc](https://godoc.org/github.com/cikupin/go-saga?status.svg)](https://godoc.org/github.com/cikupin/go-saga) [![Build Status](https://travis-ci.org/cikupin/go-saga.svg?branch=master)](https://travis-ci.org/cikupin/go-saga)",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"cz-conventional-changelog": "^1.1.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cikupin/go-saga.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cikupin/go-saga/issues"
},
"homepage": "https://github.com/cikupin/go-saga#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}