Skip to content

Commit a8f4443

Browse files
committed
Package.json
1 parent 81ec9ef commit a8f4443

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

package.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "github-release-notes",
3+
"version": "0.1.0",
4+
"description": "Node module to publish release notes based on commits between the last two tags.",
5+
"main": "github-release-notes.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/alexcanessa/github-release-notes.git"
12+
},
13+
"keywords": [
14+
"Github",
15+
"Release",
16+
"notes",
17+
"Release",
18+
"Tag"
19+
],
20+
"author": "alexcanessa",
21+
"license": "ISC",
22+
"bugs": {
23+
"url": "https://github.com/alexcanessa/github-release-notes/issues"
24+
},
25+
"homepage": "https://github.com/alexcanessa/github-release-notes#readme",
26+
"dependencies": {
27+
"github-api": "git+https://github.com/alexcanessa/github.git"
28+
}
29+
}

0 commit comments

Comments
 (0)