Dennis Juhler Aagaard 7 年之前
父節點
當前提交
f884aa0a32
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      package.json

+ 15 - 0
package.json

@@ -0,0 +1,15 @@
+{
+  "name": "procount",
+  "version": "1.0.0",
+  "description": "Tap into V-Cloud API",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git@gogs.kulmosen.dk:dennis/ProCount.git"
+  },
+  "author": "Dennis Juhler Aagaard",
+  "license": "BSD-2-Clause"
+}