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

github.com/gohugoio/hugoTestProjectJSModImports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..ae9e50a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,29 @@
+{
+ "author": "",
+ "bugs": {
+ "url": "https://github.com/gohugoio/hugoTestProjectJSModImports/issues"
+ },
+ "comments": {
+ "dependencies": {
+ "date-fns": "github.com/gohugoio/hugoTestModulesJS/mod2"
+ },
+ "devDependencies": {}
+ },
+ "dependencies": {
+ "date-fns": "^2.16.1"
+ },
+ "description": "Test project used for integration testing.",
+ "devDependencies": {},
+ "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"
+}