Merge pull request #57 from pdehaan/tweak-package
Add repo and fix SPDX license in package.json
This commit is contained in:
commit
aeddb7c3ad
1 changed files with 21 additions and 18 deletions
39
package.json
39
package.json
|
@ -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 ."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue