Add repo and fix SPDX license in package.json
This commit is contained in:
+21
-18
@@ -1,30 +1,33 @@
|
|||||||
{
|
{
|
||||||
"title": "Containers Experiment",
|
|
||||||
|
|
||||||
"name": "testpilot-containers",
|
"name": "testpilot-containers",
|
||||||
|
"title": "Containers Experiment",
|
||||||
"version": "0.0.1",
|
|
||||||
|
|
||||||
"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.",
|
"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",
|
||||||
"main": "index.js",
|
|
||||||
|
|
||||||
"author": "Luke Crouch & Jonathan Kingston",
|
"author": "Luke Crouch & Jonathan Kingston",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/mozilla/testpilot-containers/issues"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"eslint": "^3.12.2",
|
||||||
|
"jpm": "^1.2.2"
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"firefox": ">=50.0"
|
"firefox": ">=50.0"
|
||||||
},
|
},
|
||||||
|
"hasEmbeddedWebExtension": true,
|
||||||
"license": "MPL2",
|
"homepage": "https://github.com/mozilla/testpilot-containers#readme",
|
||||||
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"jetpack"
|
"jetpack"
|
||||||
],
|
],
|
||||||
|
"license": "MPL-2.0",
|
||||||
"hasEmbeddedWebExtension": true,
|
"main": "index.js",
|
||||||
|
"repository": {
|
||||||
"devDependencies": {
|
"type": "git",
|
||||||
"jpm": "^1.2.2",
|
"url": "git+https://github.com/mozilla/testpilot-containers.git"
|
||||||
"eslint": "^3.12.2"
|
},
|
||||||
|
"scripts": {
|
||||||
|
"lint": "eslint ."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user