diff --git a/package.json b/package.json new file mode 100644 index 0000000..ca69fe8 --- /dev/null +++ b/package.json @@ -0,0 +1,39 @@ +{ + "name": "requirejs-hbs", + "version": "0.1.1", + "description": "Simple precompiling Handlebars plugin for RequireJS", + "main": "hbs.js", + "directories": { + "example": "example" + }, + "moduleType": [ + "amd" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/yoannmoinet/requirejs-hbs.git" + }, + "keywords": [ + "hbs", + "handlebars", + "requirejs", + "amd", + "template", + "js" + ], + "author": [ + "Esa-Matti Suuronen " + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "bugs": { + "url": "https://github.com/yoannmoinet/requirejs-hbs/issues" + }, + "homepage": "https://github.com/yoannmoinet/requirejs-hbs#readme" +}