From: zurbchris Date: Wed, 25 Nov 2015 05:17:04 +0000 (-0800) Subject: updates meteor package files X-Git-Tag: v6.0.5~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9baaaedd363d528b10f58344ea9fed656ed6ab61;p=thirdparty%2Ffoundation%2Ffoundation-sites.git updates meteor package files --- diff --git a/.npm/package/.gitignore b/.npm/package/.gitignore new file mode 100644 index 000000000..3c3629e64 --- /dev/null +++ b/.npm/package/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/.npm/package/README b/.npm/package/README new file mode 100644 index 000000000..3d492553a --- /dev/null +++ b/.npm/package/README @@ -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 index 000000000..49664cf22 --- /dev/null +++ b/.npm/package/npm-shrinkwrap.json @@ -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 index 000000000..aa87cf7e2 --- /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