2017-05-17 12:47:09 +03:00
|
|
|
{
|
|
|
|
"name": "lightbeam-we",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Lightbeam web extension",
|
|
|
|
"main": "background.js",
|
|
|
|
"scripts": {
|
2017-05-29 18:03:31 +03:00
|
|
|
"lint": "npm-run-all lint:*",
|
|
|
|
"lint:eslint": "eslint --ext=.js,.json .",
|
|
|
|
"lint:webext": "web-ext -s js lint",
|
|
|
|
"test": "npm-run-all test:*",
|
|
|
|
"test:lint": "npm run lint:eslint",
|
|
|
|
"test:karma": "karma start --browsers Firefox --single-run"
|
2017-05-17 12:47:09 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-05-29 18:03:31 +03:00
|
|
|
"url": "https://github.com/electrolyfish/lightbeam-we.git"
|
2017-05-17 12:47:09 +03:00
|
|
|
},
|
|
|
|
"author": "Mozilla",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"bugs": {
|
2017-05-29 18:03:31 +03:00
|
|
|
"url": "https://github.com/electrolyfish/lightbeam-we/issues"
|
2017-05-17 12:47:09 +03:00
|
|
|
},
|
2017-05-29 18:03:31 +03:00
|
|
|
"homepage": "https://github.com/electrolyfish/lightbeam-we#readme",
|
|
|
|
"dependencies": {},
|
2017-05-17 12:47:09 +03:00
|
|
|
"devDependencies": {
|
2017-05-29 18:03:31 +03:00
|
|
|
"chai": "^3.5.0",
|
2017-05-26 00:14:35 +03:00
|
|
|
"eslint": "^3.19.0",
|
2017-05-29 18:03:31 +03:00
|
|
|
"eslint-plugin-json": "^1.2.0",
|
|
|
|
"eslint-plugin-mocha": "^4.9.0",
|
|
|
|
"eslint-plugin-no-unsanitized": "^2.0.0",
|
|
|
|
"karma": "^1.7.0",
|
|
|
|
"karma-chai": "^0.1.0",
|
|
|
|
"karma-firefox-launcher": "^1.0.1",
|
|
|
|
"karma-mocha": "^1.3.0",
|
|
|
|
"mocha": "^3.4.1",
|
|
|
|
"npm-run-all": "^4.0.2",
|
|
|
|
"sinon": "^2.3.1",
|
|
|
|
"sinon-chrome": "^2.2.1"
|
|
|
|
},
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"webextension",
|
|
|
|
"mozilla",
|
|
|
|
"web",
|
|
|
|
"security"
|
|
|
|
]
|
2017-05-17 12:47:09 +03:00
|
|
|
}
|