-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
86 lines (86 loc) · 2.23 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "tabfern",
"version": "0.3.2-pre.1",
"description": "Google Chrome extension for displaying, saving, and managing tabs",
"main": "src/view/main.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "npx brunch build",
"ff": "sh -c 'npx brunch b ; node tools/ffize.js'",
"rebuild": "sh -c 'rm -rf public ; npx brunch b ; find public'",
"debug": "sh -c 'LOGGY_STACKS=1 npx brunch b -d 2>&1 |less -R'",
"watch": "npx brunch watch",
"test": "echo \"Error: no test specified\" && exit 1",
"zip": "node tools/zip.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cxw42/TabFern.git"
},
"keywords": [
"chrome-extension",
"tab-management",
"javascript-applications"
],
"contributors": [
"Christopher White",
"Jasmine Hegman",
"Procyon-b",
"rwexmd"
],
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/cxw42/TabFern/issues"
},
"homepage": "https://cxw42.github.io/TabFern/",
"dependencies": {
"anymatch": "3.1.2",
"asynquence": "^0.10.2",
"asynquence-contrib": "^0.28.2",
"blake2s-js": "^1.3.0",
"buffer": "^5.7.1",
"font-awesome": "github:FortAwesome/font-awesome#4.x",
"install": "^0.12.2",
"jquery": "^3.7.1",
"keypress.js": "^2.1.5",
"loglevel": "^1.9.2",
"path-browserify": "^1.0.1",
"process": "*",
"requirejs": "^2.3.7",
"rmodal": "^1.1.0",
"signals": "^1.0.0",
"spectrum-colorpicker": "^1.8.1",
"spin.js": "^4.1.2",
"split.js": "^1.6.5",
"tinycolor2": "^1.6.0"
},
"overrides": {
"anymatch": "<= 3.1.2",
"brunch": {
"anymatch": "3.1.2"
}
},
"devDependencies": {
"acorn": "^5.7.4",
"archiver": "^3.1.1",
"assetsmanager-brunch": "^1.8.1",
"babel-brunch": "^7.0.1",
"benchmark": "^2.1.4",
"brunch": "github:cxw42/brunch#1527",
"fs-extra": "^7.0.1",
"fstream": "^1.0.12",
"lodash.mergewith": "^4.6.2",
"minimist": "^1.2.8",
"mixin-deep": "^1.3.2",
"path-parse": "^1.0.7",
"replacer-brunch": "^1.1.1",
"replacestream": "^4.0.3",
"sass-brunch": "^2.10.8",
"seedrandom": "^2.4.3",
"set-value": "^2.0.1",
"tar": "^2.2.2",
"uglify-es-brunch": "^1.0.5"
}
}