test if package.json causes "Used By" button to appear at top

This commit is contained in:
Dean Attali 2020-04-27 00:06:51 -04:00 committed by GitHub
parent 29e7fce9fc
commit 4f2d9a387e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

22
package.json Normal file
View File

@ -0,0 +1,22 @@
{
name: "beautiful-jekyll-theme",
version: "2.0.0",
description: "Beautiful Jekyll theme.",
repository: {
type: "git",
url: "git://github.com/daattali/beautiful-jekyll.git"
},
keywords: [
"jekyll",
"theme"
],
author: "Dean Attali",
license: "MIT",
bugs: {
url: "https://github.com/daattali/beautiful-jekyl/issues"
},
homepage: "https://deanattali.com/beautiful-jekyll/",
engines: {
node: ">= 0.10.0"
}
}