BorisMoore / jsrender

A lightweight, powerful and highly extensible templating engine. In the browser or on Node.js, with or without jQuery.
http://www.jsviews.com
MIT License
2.68k stars 340 forks source link

create composer.json #232

Open sheillendra opened 10 years ago

sheillendra commented 10 years ago

add composer.json, add to packgist.org and can use in yii2. Please change my name if you have Packegist.com account. thanks

BorisMoore commented 10 years ago

Thanks. I'll keep this open, and hope to include it for V1.0.

fuhry commented 10 years ago

It might be wise to conform to the Components specification for Composer. This will allow the javascript files to be installed in a configurable directory for cases when the vendor directory might be outside of the document root.

I wrote a composer.json file that conforms to this spec. The one in my master branch points at my own repo, the one under the components branch points at @BorisMoore's parent repository.

sheillendra commented 10 years ago

@fuhry ya right, I realized that each composer users using different configuration.