package.json 712 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "hbsfy",
  3. "version": "2.8.1",
  4. "description": "Handlebars precompiler plugin for Browserify v2",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "sh test.sh"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/epeli/node-hbsfy"
  12. },
  13. "keywords": [
  14. "handlebars",
  15. "browserify",
  16. "js",
  17. "plugin",
  18. "transform",
  19. "browserify-transform"
  20. ],
  21. "author": "Esa-Matti Suuronen",
  22. "license": "MIT",
  23. "dependencies": {
  24. "through": "~2.3.4",
  25. "xtend": "~3.0.0"
  26. },
  27. "devDependencies": {
  28. "browserify": "~4.2.3",
  29. "concat-stream": "~1.4.1",
  30. "ember-template-compiler": "github:toranb/ember-template-compiler#b924608f",
  31. "handlebars": "^4"
  32. }
  33. }