aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: d9d6ac0dd28c427ceefb8bd77f9cabc19cfbaad2 (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": {
		"compile": "bookmarklet github-show-full-commit-message.js > build/github-show-full-commit-message.bookmarklet"
	}
}