Jannick Knudsen 4 年之前
父节点
当前提交
e225e7ddf2
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. 15 0
      package.json

+ 15 - 0
package.json

@@ -0,0 +1,15 @@
+{
+  "name": "wordpressexporter",
+  "version": "0.0.0",
+  "description": "Prometheus exporter for WordPress",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "ssh://git@git.tum.dk:/tum.dk/wordpressexporter.git"
+  },
+  "author": "",
+  "license": "ISC"
+}