package.json 700 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "pug-runtime",
  3. "version": "2.0.5",
  4. "description": "The runtime components for the pug templating language",
  5. "keywords": [
  6. "pug"
  7. ],
  8. "devDependencies": {
  9. "uglify-js": "^2.6.1"
  10. },
  11. "files": [
  12. "build.js",
  13. "index.js",
  14. "lib/dependencies.js",
  15. "lib/internals.js",
  16. "lib/sources.js",
  17. "wrap.js"
  18. ],
  19. "scripts": {
  20. "prepublish": "node prepublish",
  21. "pretest": "npm run prepublish"
  22. },
  23. "repository": {
  24. "type": "git",
  25. "url": "https://github.com/pugjs/pug/tree/master/packages/pug-runtime"
  26. },
  27. "browser": {
  28. "fs": false
  29. },
  30. "author": "ForbesLindesay",
  31. "license": "MIT",
  32. "gitHead": "1bdf628a70fda7a0d840c52f3abce54b1c6b0130"
  33. }