deploy1 6 年之前
父节点
当前提交
023529e4f2
共有 3 个文件被更改,包括 23 次插入21 次删除
  1. 1 0
      VERSION
  2. 1 0
      VERSIONLOG
  3. 21 21
      package.json

+ 1 - 0
VERSION

@@ -0,0 +1 @@
+.1 | Tue Nov 13 00:15:43 CET 2018 | init

+ 1 - 0
VERSIONLOG

@@ -0,0 +1 @@
+.1 | Tue Nov 13 00:15:43 CET 2018 | init

+ 21 - 21
package.json

@@ -1,22 +1,22 @@
 {
-  "name": "asystem",
-  "version": "1.0.0",
-  "description": "",
-  "main": "index.js",
-  "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
-  },
-  "repository": {
-    "type": "git",
-    "url": "ssh://git@git.tum.dk/tum.dk/asystem.git"
-  },
-  "author": "",
-  "license": "ISC",
-  "dependencies": {
-    "async": "^2.6.1",
-    "libs": "git+ssh://git@git.tum.dk/tum.dk/libs",
-    "opath": "git+ssh://git@git.tum.dk/tum.dk/opath",
-    "sharedkey-thing": "git+ssh://git@git.tum.dk/tum.dk/sharedkey-thing.git",
-    "tools2": "git+ssh://git@git.tum.dk/tum.dk/tools2.js.git"
-  }
-}
+    "name": "asystem",
+    "version": "1.0.0",
+    "description": "",
+    "main": "index.js",
+    "scripts": {
+        "test": "echo \"Error: no test specified\" && exit 1"
+    },
+    "repository": {
+        "type": "git",
+        "url": "ssh://git@git.tum.dk/tum.dk/asystem.git"
+    },
+    "author": "",
+    "license": "ISC",
+    "dependencies": {
+        "async": "^2.6.1",
+        "libs": "https://git.tum.dk/tum.dk/libs/archive/v0.0.1.tar.gz",
+        "opath": "https://git.tum.dk/tum.dk/opath/archive/v0.0.1.tar.gz",
+        "tools2": "https://git.tum.dk/tum.dk/tools2.js/archive/v0.0.3.tar.gz",
+        "sharedkey-thing": "https://git.tum.dk/tum.dk/sharedkey-thing/archive/v0.0.3.tar.gz"
+    }
+}