aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: c76ddd924d86d725fcf940cb57b81f7b138c1ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"name": "GitHub-show-full-commit-message-bookmarklet",
	"version": "0.0.1",
	"description": "Bookmarklet that expands & collapses all commit messages on a page",
	"author": "Teddy Wing",
	"license": "MIT",
	"dependencies": {
		"bookmarklet": "0.x"
	},
	"scripts": {
		"package": "bookmarklet github-show-full-commit-message.js > build/github-show-full-commit-message.bookmarklet"
	}
}