{ "name": "testpilot-containers", "title": "Containers Experiment", "description": "Containers works by isolating cookie jars using separate origin-attributes defined visually by colored ‘Container Tabs’. This add-on is a modified version of the containers feature for Firefox Test Pilot.", "version": "0.0.1", "author": "Luke Crouch & Jonathan Kingston", "bugs": { "url": "https://github.com/mozilla/testpilot-containers/issues" }, "dependencies": {}, "devDependencies": { "addons-linter": "^0.15.14", "eslint": "^3.12.2", "jpm": "^1.2.2", "npm-run-all": "^4.0.0" }, "engines": { "firefox": ">=50.0" }, "hasEmbeddedWebExtension": true, "homepage": "https://github.com/mozilla/testpilot-containers#readme", "keywords": [ "jetpack" ], "license": "MPL-2.0", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/mozilla/testpilot-containers.git" }, "scripts": { "lint": "npm-run-all lint:*", "lint:js": "eslint .", "lint:addon": "addons-linter webextension --self-hosted" } }