forked from greatsuspender/thegreatsuspender
-
Notifications
You must be signed in to change notification settings - Fork 150
/
package.json
52 lines (52 loc) · 1.35 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "thegreatsuspender-notrack",
"version": "0.0.0",
"description": "A chrome extension for suspending all tabs to free up memory. Without analytics tracking.",
"main": "",
"scripts": {
"build": "grunt",
"generate-key": "openssl genrsa -out key.pem",
"test": "echo \"Error: no test specified\" && exit 1",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check"
},
"repository": {
"type": "git",
"url": "git://github.com/aciidic/thegreatsuspender.git"
},
"keywords": [
"chrome",
"extension",
"addon",
"memory",
"suspend",
"tab",
"private",
"privacy",
"notrack"
],
"author": "aciidic",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/aciidic/thegreatsuspender/issues"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"grunt": "~0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-crx": "~1.0.5",
"grunt-string-replace": "^1.3.1",
"prettier": "1.13.7",
"time-grunt": "~1.2.1"
},
"dependencies": {
"db.js": "^0.15.0"
}
}