You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.1 KiB

  1. {
  2. "name": "ejs",
  3. "description": "Embedded JavaScript templates",
  4. "keywords": [
  5. "template",
  6. "engine",
  7. "ejs"
  8. ],
  9. "version": "2.6.2",
  10. "author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)",
  11. "contributors": [
  12. "Timothy Gu <timothygu99@gmail.com> (https://timothygu.github.io)"
  13. ],
  14. "license": "Apache-2.0",
  15. "main": "./lib/ejs.js",
  16. "repository": {
  17. "type": "git",
  18. "url": "git://github.com/mde/ejs.git"
  19. },
  20. "bugs": "https://github.com/mde/ejs/issues",
  21. "homepage": "https://github.com/mde/ejs",
  22. "dependencies": {},
  23. "devDependencies": {
  24. "browserify": "^13.1.1",
  25. "eslint": "^4.14.0",
  26. "git-directory-deploy": "^1.5.1",
  27. "istanbul": "~0.4.3",
  28. "jake": "^8.0.16",
  29. "jsdoc": "^3.4.0",
  30. "lru-cache": "^4.0.1",
  31. "mocha": "^5.0.5",
  32. "uglify-js": "^3.3.16"
  33. },
  34. "engines": {
  35. "node": ">=0.10.0"
  36. },
  37. "scripts": {
  38. "test": "jake test",
  39. "lint": "eslint \"**/*.js\" Jakefile",
  40. "coverage": "istanbul cover node_modules/mocha/bin/_mocha",
  41. "doc": "jake doc",
  42. "devdoc": "jake doc[dev]"
  43. }
  44. }