Dennis Juhler Aagaard il y a 7 ans
Parent
commit
f884aa0a32
1 fichiers modifiés avec 15 ajouts et 0 suppressions
  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"
+}