package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "handlebars@^1.2.1",
  5. "D:\\work\\im\\node_modules\\koa-hbs"
  6. ]
  7. ],
  8. "_from": "handlebars@>=1.2.1 <2.0.0",
  9. "_id": "handlebars@1.3.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/handlebars",
  13. "_npmUser": {
  14. "email": "kpdecker@gmail.com",
  15. "name": "kpdecker"
  16. },
  17. "_npmVersion": "1.3.11",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "handlebars",
  21. "raw": "handlebars@^1.2.1",
  22. "rawSpec": "^1.2.1",
  23. "scope": null,
  24. "spec": ">=1.2.1 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/koa-hbs"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz",
  31. "_shasum": "9e9b130a93e389491322d975cf3ec1818c37ce34",
  32. "_shrinkwrap": null,
  33. "_spec": "handlebars@^1.2.1",
  34. "_where": "D:\\work\\im\\node_modules\\koa-hbs",
  35. "author": {
  36. "name": "Yehuda Katz"
  37. },
  38. "barename": "handlebars",
  39. "bin": {
  40. "handlebars": "bin/handlebars"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/wycats/handlebars.js/issues"
  44. },
  45. "dependencies": {
  46. "optimist": "~0.3",
  47. "uglify-js": "~2.3"
  48. },
  49. "description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
  50. "devDependencies": {
  51. "async": "~0.2.9",
  52. "aws-sdk": "~1.5.0",
  53. "benchmark": "~1.0",
  54. "dustjs-linkedin": "~2.0.2",
  55. "eco": "~1.1.0-rc-3",
  56. "es6-module-packager": "0.x",
  57. "grunt": "~0.4.1",
  58. "grunt-cli": "~0.1.10",
  59. "grunt-contrib-clean": "~0.4.1",
  60. "grunt-contrib-concat": "~0.3.0",
  61. "grunt-contrib-connect": "~0.5.0",
  62. "grunt-contrib-copy": "~0.4.1",
  63. "grunt-contrib-jshint": "0.x",
  64. "grunt-contrib-requirejs": "~0.4.1",
  65. "grunt-contrib-uglify": "~0.2.2",
  66. "grunt-contrib-watch": "~0.5.3",
  67. "grunt-saucelabs": "~4.1.2",
  68. "jison": "~0.3.0",
  69. "keen.io": "0.0.3",
  70. "mocha": "*",
  71. "mustache": "~0.7.2",
  72. "semver": "~2.1.0",
  73. "underscore": "~1.5.1"
  74. },
  75. "directories": {},
  76. "dist": {
  77. "shasum": "9e9b130a93e389491322d975cf3ec1818c37ce34",
  78. "tarball": "https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz"
  79. },
  80. "engines": {
  81. "node": ">=0.4.7"
  82. },
  83. "homepage": "http://www.handlebarsjs.com/",
  84. "keywords": [
  85. "handlebars",
  86. "mustache",
  87. "template",
  88. "html"
  89. ],
  90. "license": "MIT",
  91. "main": "lib/index.js",
  92. "maintainers": [
  93. {
  94. "email": "kpdecker@gmail.com",
  95. "name": "kpdecker"
  96. }
  97. ],
  98. "name": "handlebars",
  99. "optionalDependencies": {
  100. "uglify-js": "~2.3"
  101. },
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/wycats/handlebars.js.git"
  106. },
  107. "scripts": {
  108. "test": "grunt"
  109. },
  110. "version": "1.3.0"
  111. }