]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
updates meteor package files
authorzurbchris <chris@zurb.com>
Wed, 25 Nov 2015 05:17:04 +0000 (21:17 -0800)
committerzurbchris <chris@zurb.com>
Wed, 25 Nov 2015 05:17:04 +0000 (21:17 -0800)
.npm/package/.gitignore [new file with mode: 0644]
.npm/package/README [new file with mode: 0644]
.npm/package/npm-shrinkwrap.json [new file with mode: 0644]
.versions [new file with mode: 0644]

diff --git a/.npm/package/.gitignore b/.npm/package/.gitignore
new file mode 100644 (file)
index 0000000..3c3629e
--- /dev/null
@@ -0,0 +1 @@
+node_modules
diff --git a/.npm/package/README b/.npm/package/README
new file mode 100644 (file)
index 0000000..3d49255
--- /dev/null
@@ -0,0 +1,7 @@
+This directory and the files immediately inside it are automatically generated
+when you change this package's NPM dependencies. Commit the files in this
+directory (npm-shrinkwrap.json, .gitignore, and this README) to source control
+so that others run the same versions of sub-dependencies.
+
+You should NOT check in the node_modules directory that Meteor automatically
+creates; if you are using git, the .gitignore file tells git to ignore it.
diff --git a/.npm/package/npm-shrinkwrap.json b/.npm/package/npm-shrinkwrap.json
new file mode 100644 (file)
index 0000000..49664cf
--- /dev/null
@@ -0,0 +1,12 @@
+{
+  "dependencies": {
+    "motion-ui": {
+      "version": "1.1.0",
+      "dependencies": {
+        "jquery": {
+          "version": "2.1.4"
+        }
+      }
+    }
+  }
+}
diff --git a/.versions b/.versions
new file mode 100644 (file)
index 0000000..aa87cf7
--- /dev/null
+++ b/.versions
@@ -0,0 +1,15 @@
+babel-compiler@5.8.24_1
+babel-runtime@0.1.4
+base64@1.0.4
+caching-compiler@1.0.0
+check@1.1.0
+ecmascript@0.1.6
+ecmascript-runtime@0.2.6
+ejson@1.0.7
+fourseven:scss@3.4.1
+jquery@1.11.4
+meteor@1.1.10
+promise@0.5.1
+random@1.0.5
+underscore@1.0.4
+zurb:foundation-sites@6.0.4