mozilla / addon-wr

Looking Glass is a collaboration between Mozilla and the makers of Mr. Robot to provide a shared world experience.
https://support.mozilla.org/kb/lookingglass
51 stars 15 forks source link

105 web extension only #52

Closed gregglind closed 6 years ago

gregglind commented 6 years ago
pdehaan commented 6 years ago

While we're cleaning house, we may want to remove a bunch of the dependencies and devDependencies that are no longer used.


UPDATE: I think these may be the minimum required packages:

{
  "name": "pug-addon",
  "description": "Augmented Reality Game Experience",
  "version": "1.0.5",
  "author": "Mozilla Gregg Lind <glind@mozilla.com>",
  "bugs": {
    "url": "https://github.com/mozilla/addon-wr/issues"
  },
  "devDependencies": {
    "eslint": "^4.7.2",
    "eslint-plugin-import": "^2.5.0",
    "eslint-plugin-json": "^1.2.0",
    "eslint-plugin-mozilla": "^0.4.4",
    "eslint-plugin-no-unsanitized": "^2.0.1",
    "nsp": "^2.8.1",
    "web-ext": "^2.2.2"
  },
  "homepage": "http://github.com/mozilla/addon-wr",
  "keywords": [
    "mozilla",
    "firefox"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/mozilla/addon-wr.git"
  },
  "scripts": {
    "eslint": "eslint addon --ext=js,json",
    "nsp": "nsp check",
    "web-ext-lint": "web-ext lint -s addon/webextension",
    "web-ext-run": "web-ext run -s addon/webextension"
  }
}
gregglind commented 6 years ago

Will do!

On Mon, Dec 18, 2017 at 5:18 PM Peter deHaan notifications@github.com wrote:

While we're cleaning house, we may want to remove a bunch of the dependencies and devDependencies that are no longer used.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mozilla/addon-wr/pull/52#issuecomment-352589022, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKAj0PLhpo9Hfy3z-vv6O_jpRhR2otHks5tBvK5gaJpZM4RGLrr .

gregglind commented 6 years ago

updated on master.