diff --git a/README.md b/README.md index 751b122..0b29061 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,4 @@ Package Managers * [Bower](http://twitter.github.com/bower/): `handlebars` * [Component](http://github.com/component/component): `components/handlebars.js` * [Composer](http://packagist.org/packages/components/handlebars.js): `components/handlebars.js` +* [jspm](http://jspm.io): `github:components/handlebars.js` diff --git a/package.json b/package.json new file mode 100644 index 0000000..ef47b47 --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "jspm": { + "main": "handlebars", + "shim": { "handlebars": { "exports": "Handlebars" } }, + "files": ["handlebars.js"], + "buildConfig": { "minify": true } + } +}