package.json 562 B

1234567891011121314151617181920212223
  1. {
  2. "name": "jpm-core",
  3. "version": "0.0.11",
  4. "description": "Cross platform components for building Firefox add-ons",
  5. "main": "./index.js",
  6. "keywords": [
  7. "jpm",
  8. "jetpack",
  9. "firefox",
  10. "mozilla"
  11. ],
  12. "author": "Erik Vold <evold@mozilla.com> (http://work.erikvold.com/)",
  13. "license": "MPL-2.0",
  14. "homepage": "https://github.com/mozilla-jetpack/jpm-core",
  15. "repository": {
  16. "type": "git",
  17. "url": "git://github.com/mozilla-jetpack/jpm-core.git"
  18. },
  19. "bugs": {
  20. "url": "http://github.com/mozilla-jetpack/jpm-core/issues"
  21. }
  22. }