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

package.json - github.com/gohugoio/hugoTestProjectJSModImports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff78c750ff92033178d839448953b297e6765dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
 "author": "",
 "bugs": {
  "url": "https://github.com/gohugoio/hugoTestProjectJSModImports/issues"
 },
 "comments": {
  "dependencies": {
   "date-fns": "project"
  },
  "devDependencies": {
   "react": "project",
   "react-dom": "project"
  }
 },
 "dependencies": {
  "date-fns": "^2.16.1"
 },
 "description": "Test project used for integration testing.",
 "devDependencies": {
  "react": "^17.0.1",
  "react-dom": "^17.0.1"
 },
 "homepage": "https://github.com/gohugoio/hugoTestProjectJSModImports#readme",
 "license": "ISC",
 "main": "index.js",
 "name": "hugotestprojectjsmodimports",
 "repository": {
  "type": "git",
  "url": "git+https://github.com/gohugoio/hugoTestProjectJSModImports.git"
 },
 "scripts": {
  "test": "echo \"Error: no test specified\" && exit 1"
 },
 "version": "1.0.0"
}