Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/capnfabs/paperesque.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2391bca6533fc27440230a5ca9e7291285db1ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "paperesque",
  "version": "0.1.0",
  "description": "paperesque Hugo theme",
  "main": "index.js",
  "author": "Fabian Tamp (@capnfabs)",
  "license": "MIT",
  "private": true,
  "dependencies": {
    "@juggle/resize-observer": "^3.0.2"
  },
  "devDependencies": {
    "parcel-bundler": "^1.12.4"
  }
}