package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "ejs",
  3. "description": "Embedded JavaScript templates",
  4. "keywords": [
  5. "template",
  6. "engine",
  7. "ejs"
  8. ],
  9. "version": "2.7.4",
  10. "author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)",
  11. "license": "Apache-2.0",
  12. "main": "./lib/ejs.js",
  13. "repository": {
  14. "type": "git",
  15. "url": "git://github.com/mde/ejs.git"
  16. },
  17. "bugs": "https://github.com/mde/ejs/issues",
  18. "homepage": "https://github.com/mde/ejs",
  19. "dependencies": {},
  20. "devDependencies": {
  21. "browserify": "^13.1.1",
  22. "eslint": "^4.14.0",
  23. "git-directory-deploy": "^1.5.1",
  24. "jake": "^10.3.1",
  25. "jsdoc": "^3.4.0",
  26. "lru-cache": "^4.0.1",
  27. "mocha": "^5.0.5",
  28. "uglify-js": "^3.3.16"
  29. },
  30. "engines": {
  31. "node": ">=0.10.0"
  32. },
  33. "scripts": {
  34. "test": "mocha",
  35. "postinstall": "node ./postinstall.js"
  36. },
  37. "__npminstall_done": "Thu Dec 24 2020 20:21:03 GMT+0800 (CST)",
  38. "_from": "ejs@2.7.4",
  39. "_resolved": "https://registry.npm.taobao.org/ejs/download/ejs-2.7.4.tgz?cache=0&sync_timestamp=1597678390974&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fejs%2Fdownload%2Fejs-2.7.4.tgz"
  40. }