UNPKG

alpaca

Version:

Alpaca provides the easiest and fastest way to generate interactive forms for the web and mobile devices. It runs simply as HTML5 or more elaborately using Bootstrap, jQuery Mobile or jQuery UI. Alpaca uses Handlebars to process JSON schema and provide

36 lines (35 loc) 897 B
{ "name": "components/handlebars.js", "description": "Handlebars.js and Mustache are both logicless templating languages that keep the view and the code separated like we all know they should be.", "homepage": "http://handlebarsjs.com", "license": "MIT", "type": "component", "keywords": [ "handlebars", "mustache", "html" ], "authors": [ { "name": "Chris Wanstrath", "homepage": "http://chriswanstrath.com" } ], "require": { "robloach/component-installer": "*" }, "extra": { "component": { "name": "handlebars", "scripts": [ "handlebars.js" ], "files": [ "handlebars.runtime.js" ], "shim": { "exports": "Handlebars" } } } }