UNPKG

jqbuild

Version:

A command line build tool for jQuery plugins.

24 lines 643 B
{ "jquery-random": { "label": "jQuery Random", "description": "Filter the current set down to a single random element.", "dist": { "dev": "dist/jquery.ba-random.js", "prod": "dist/jquery.ba-random.min.js" }, "license": ["MIT", "GPL"], "copyright": "Copyright (c) 2011 Ben Alman", "homeurl": "http://benalman.com/", "versions": [ { "version": "0.1.0" } ], "jqbuild": { "config": { "banner": "// {{.label}} - v{{.versions[0].version}} - {{.homeurl}}\n// {{.copyright}}; Licensed {{.license.join(', ')}}" }, "src": [ "src/random.js" ] } } }