package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "ejs",
  3. "description": "Embedded JavaScript templates",
  4. "version": "1.0.0",
  5. "author": {
  6. "name": "TJ Holowaychuk",
  7. "email": "tj@vision-media.ca"
  8. },
  9. "keywords": [
  10. "template",
  11. "engine",
  12. "ejs"
  13. ],
  14. "devDependencies": {
  15. "mocha": "*",
  16. "should": "*"
  17. },
  18. "main": "./lib/ejs.js",
  19. "repository": {
  20. "type": "git",
  21. "url": "git://github.com/visionmedia/ejs.git"
  22. },
  23. "scripts": {
  24. "test": "mocha --require should --reporter spec"
  25. },
  26. "bugs": {
  27. "url": "https://github.com/visionmedia/ejs/issues"
  28. },
  29. "homepage": "https://github.com/visionmedia/ejs",
  30. "_id": "ejs@1.0.0",
  31. "dist": {
  32. "shasum": "c9c60a48a46ee452fb32a71c317b95e5aa1fcb3d",
  33. "tarball": "http://registry.npmjs.org/ejs/-/ejs-1.0.0.tgz"
  34. },
  35. "_from": "ejs@^1.0.0",
  36. "_npmVersion": "1.3.21",
  37. "_npmUser": {
  38. "name": "tjholowaychuk",
  39. "email": "tj@vision-media.ca"
  40. },
  41. "maintainers": [
  42. {
  43. "name": "tjholowaychuk",
  44. "email": "tj@vision-media.ca"
  45. }
  46. ],
  47. "directories": {},
  48. "_shasum": "c9c60a48a46ee452fb32a71c317b95e5aa1fcb3d",
  49. "_resolved": "https://registry.npmjs.org/ejs/-/ejs-1.0.0.tgz",
  50. "readme": "ERROR: No README data found!"
  51. }