package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "koa-hbs@~0.4.6",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "koa-hbs@>=0.4.6 <0.5.0",
  9. "_id": "koa-hbs@0.4.6",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/koa-hbs",
  13. "_npmUser": {
  14. "email": "jdwilm@gmail.com",
  15. "name": "jwilm"
  16. },
  17. "_npmVersion": "1.3.25",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "koa-hbs",
  21. "raw": "koa-hbs@~0.4.6",
  22. "rawSpec": "~0.4.6",
  23. "scope": null,
  24. "spec": ">=0.4.6 <0.5.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/koa-hbs/-/koa-hbs-0.4.6.tgz",
  31. "_shasum": "6e46cbc215625297d471548f97674ad663d27741",
  32. "_shrinkwrap": null,
  33. "_spec": "koa-hbs@~0.4.6",
  34. "_where": "D:\\work\\im",
  35. "author": {
  36. "email": "jdwilm@gmail.com",
  37. "name": "Joe Wilm"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/jwilm/koa-hbs/issues"
  41. },
  42. "dependencies": {
  43. "glob": "^3.2.9",
  44. "handlebars": "^1.2.1"
  45. },
  46. "description": "Handlebars Templates via Generators for Koa",
  47. "devDependencies": {
  48. "co": "^3.0.5",
  49. "koa": "^0.5.5",
  50. "koa-router": "^3.1.3",
  51. "mocha": "^1.18.2",
  52. "supertest": "^0.11.0"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "6e46cbc215625297d471548f97674ad663d27741",
  57. "tarball": "https://registry.npmjs.org/koa-hbs/-/koa-hbs-0.4.6.tgz"
  58. },
  59. "engines": {
  60. "node": ">= 0.11.9"
  61. },
  62. "homepage": "https://github.com/jwilm/koa-hbs/",
  63. "keywords": [
  64. "koa",
  65. "handlebars",
  66. "template",
  67. "view",
  68. "render"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "maintainers": [
  73. {
  74. "email": "jdwilm@gmail.com",
  75. "name": "jwilm"
  76. }
  77. ],
  78. "name": "koa-hbs",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/jwilm/koa-hbs.git"
  84. },
  85. "scripts": {
  86. "test": "make test"
  87. },
  88. "version": "0.4.6"
  89. }