Version 1
[yaffs-website] / node_modules / underscore.string / package.js
diff --git a/node_modules/underscore.string/package.js b/node_modules/underscore.string/package.js
new file mode 100644 (file)
index 0000000..84816df
--- /dev/null
@@ -0,0 +1,16 @@
+// package metadata file for Meteor.js
+
+Package.describe({
+  name: 'underscorestring:underscore.string',
+  summary: 'underscore.string (official): String manipulation extensions for Underscore.js javascript library.',
+  version: '3.2.3',
+  git: 'https://github.com/epeli/underscore.string.git',
+  documentation: 'README.markdown'
+});
+
+
+Package.onUse(function (api) {
+  api.versionsFrom('METEOR@1.0');
+  api.addFiles(['meteor-pre.js','dist/underscore.string.js','meteor-post.js']);
+  api.export("s");
+});