Sha256: b9afd2e007e7545d21a8de5d50f13c070766018e65ccd69e0b31184d65decb8a
Contents?: true
Size: 504 Bytes
Versions: 19
Compression:
Stored size: 504 Bytes
Contents
// 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.3.4', 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"); });
Version data entries
19 entries across 19 versions & 1 rubygems