Skip to content

Commit

Permalink
Initialise npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryuno-Ki committed Apr 14, 2019
1 parent e9b4fd6 commit 6196676
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "eleventy-filter-npm-package-downloads",
"version": "0.1.0",
"description": "Filter for 11ty to show the number of downloads of a npm package.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ryuno-Ki/eleventy-filter-npm-package-downloads.git"
},
"keywords": [
"eleventy",
"filter",
"npm downloads"
],
"author": "André Jaenisch",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ryuno-Ki/eleventy-filter-npm-package-downloads/issues"
},
"homepage": "https://github.com/Ryuno-Ki/eleventy-filter-npm-package-downloads#readme"
}

0 comments on commit 6196676

Please sign in to comment.