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

package.hugo.json - github.com/gohugoio/hugoTestProjectJSModImports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72de38ff71fa5657489f7bc1a8b090f73feb2f83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "hugotestprojectjsmodimports",
  "version": "1.0.0",
  "description": "Test project used for integration testing.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gohugoio/hugoTestProjectJSModImports.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/gohugoio/hugoTestProjectJSModImports/issues"
  },
  "homepage": "https://github.com/gohugoio/hugoTestProjectJSModImports#readme"
}