53 lines
1.7 KiB
JSON
53 lines
1.7 KiB
JSON
{
|
||
"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": "1.0.1",
|
||
"author": "Andrea Marchesini, Luke Crouch and Jonathan Kingston",
|
||
"bugs": {
|
||
"url": "https://github.com/mozilla/testpilot-containers/issues"
|
||
},
|
||
"dependencies": {},
|
||
"devDependencies": {
|
||
"addons-linter": "^0.15.14",
|
||
"deploy-txp": "^1.0.7",
|
||
"eslint": "^3.12.2",
|
||
"eslint-plugin-promise": "^3.4.0",
|
||
"htmllint-cli": "^0.0.5",
|
||
"jpm": "^1.2.2",
|
||
"npm-run-all": "^4.0.0",
|
||
"stylelint": "^7.9.0",
|
||
"stylelint-config-standard": "^16.0.0",
|
||
"stylelint-order": "^0.3.0",
|
||
"testpilot-metrics": "^2.1.0"
|
||
},
|
||
"engines": {
|
||
"firefox": ">=51.0"
|
||
},
|
||
"permissions": {
|
||
"multiprocess": true
|
||
},
|
||
"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": {
|
||
"build": "npm test && jpm xpi",
|
||
"deploy": "deploy-txp",
|
||
"lint": "npm-run-all lint:*",
|
||
"lint:addon": "addons-linter webextension --self-hosted",
|
||
"lint:css": "stylelint webextension/css/*.css",
|
||
"lint:html": "htmllint webextension/*.html",
|
||
"lint:js": "eslint .",
|
||
"package": "npm run build && mv testpilot-containers.xpi addon.xpi",
|
||
"test": "npm run lint"
|
||
},
|
||
"updateURL": "https://testpilot.firefox.com/files/@testpilot-containers/updates.json"
|
||
}
|