package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "source-map",
  3. "description": "Generates and consumes source maps",
  4. "version": "0.1.34",
  5. "homepage": "https://github.com/mozilla/source-map",
  6. "author": "Nick Fitzgerald <nfitzgerald@mozilla.com>",
  7. "contributors": [
  8. "Tobias Koppers <tobias.koppers@googlemail.com>",
  9. "Duncan Beevers <duncan@dweebd.com>",
  10. "Stephen Crane <scrane@mozilla.com>",
  11. "Ryan Seddon <seddon.ryan@gmail.com>",
  12. "Miles Elam <miles.elam@deem.com>",
  13. "Mihai Bazon <mihai.bazon@gmail.com>",
  14. "Michael Ficarra <github.public.email@michael.ficarra.me>",
  15. "Todd Wolfson <todd@twolfson.com>",
  16. "Alexander Solovyov <alexander@solovyov.net>",
  17. "Felix Gnass <fgnass@gmail.com>",
  18. "Conrad Irwin <conrad.irwin@gmail.com>",
  19. "usrbincc <usrbincc@yahoo.com>",
  20. "David Glasser <glasser@davidglasser.net>",
  21. "Chase Douglas <chase@newrelic.com>",
  22. "Evan Wallace <evan.exe@gmail.com>",
  23. "Heather Arthur <fayearthur@gmail.com>",
  24. "Hugh Kennedy <hughskennedy@gmail.com>",
  25. "David Glasser <glasser@davidglasser.net>",
  26. "Simon Lydell <simon.lydell@gmail.com>",
  27. "Jmeas Smith <jellyes2@gmail.com>",
  28. "Michael Z Goddard <mzgoddard@gmail.com>"
  29. ],
  30. "repository": {
  31. "type": "git",
  32. "url": "http://github.com/mozilla/source-map.git"
  33. },
  34. "directories": {
  35. "lib": "./lib"
  36. },
  37. "main": "./lib/source-map.js",
  38. "engines": {
  39. "node": ">=0.8.0"
  40. },
  41. "licenses": [
  42. {
  43. "type": "BSD",
  44. "url": "http://opensource.org/licenses/BSD-3-Clause"
  45. }
  46. ],
  47. "dependencies": {
  48. "amdefine": ">=0.0.4"
  49. },
  50. "devDependencies": {
  51. "dryice": ">=0.4.8"
  52. },
  53. "scripts": {
  54. "test": "node test/run-tests.js",
  55. "build": "node Makefile.dryice.js"
  56. },
  57. "__npminstall_done": true,
  58. "_from": "source-map@0.1.34",
  59. "_resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.1.34.tgz"
  60. }