forked from greatsuspender/thegreatsuspender
-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
49 lines (49 loc) · 1.29 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
{
"name": "themarvelloussuspender",
"version": "0.0.0",
"description": "A chrome extension for suspending all tabs to free up memory",
"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/gioxx/MarvellousSuspender.git"
},
"keywords": [
"chrome",
"extension",
"addon",
"memory",
"suspend",
"tab"
],
"author": "Marvellous Suspender Team",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/gioxx/MarvellousSuspender/issues"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"grunt": "^1.3.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-crx": "~2.0.0",
"grunt-string-replace": "^1.3.1",
"prettier": "1.13.7",
"time-grunt": "~1.2.1"
},
"dependencies": {
"db.js": "^0.15.0"
}
}