forked from tosdr/browser-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "tosdr-browser-extension",
"version": "1.0.0",
"description": "“I have read and agree to the Terms” is the biggest lie on the web. We aim to fix that. “Terms of Service; Didn't Read” is a user rights initiative to rate and label website terms & privacy policies, from very good (class A) to very bad (class E).",
"main": "mixin.js",
"dependencies": {},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/**/*.js "
},
"repository": {
"type": "git",
"url": "git+https://github.com/tosdr/browser-extensions.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tosdr/browser-extensions/issues"
},
"homepage": "https://github.com/tosdr/browser-extensions#readme"
}