Forráskód Böngészése

Convert to Meteorite

Adel Qalieh 12 éve
szülő
commit
5663e3e899
3 módosított fájl, 33 hozzáadás és 0 törlés
  1. 3 0
      packages/.gitignore
  2. 5 0
      smart.json
  3. 25 0
      smart.lock

+ 3 - 0
packages/.gitignore

@@ -0,0 +1,3 @@
+/router
+/page-js-ie-support
+/HTML5-History-API

+ 5 - 0
smart.json

@@ -0,0 +1,5 @@
+{
+  "packages": {
+    "router": {}
+  }
+}

+ 25 - 0
smart.lock

@@ -0,0 +1,25 @@
+{
+  "meteor": {},
+  "dependencies": {
+    "basePackages": {
+      "router": {}
+    },
+    "packages": {
+      "router": {
+        "git": "https://github.com/tmeasday/meteor-router.git",
+        "tag": "v0.6.1",
+        "commit": "8ec75fec7affdefc787d19f23b36fd6d1d44ef04"
+      },
+      "page-js-ie-support": {
+        "git": "https://github.com/tmeasday/meteor-page-js-ie-support.git",
+        "tag": "v1.3.5",
+        "commit": "b99ed8380aefd10b2afc8f18d9eed4dd0d8ea9cb"
+      },
+      "HTML5-History-API": {
+        "git": "https://github.com/tmeasday/meteor-HTML5-History-API.git",
+        "tag": "v4.1.2",
+        "commit": "b5fca79f9ae8936e5f748a04f475295f4fa1cc7a"
+      }
+    }
+  }
+}