-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.56 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
{
"name": "StyleChan",
"version": "1.0.27",
"description": "Customizable themes for 4chan X.",
"meta": {
"name": "StyleChan",
"repo": "https://github.com/3nly/StyleChan/",
"page": "https://github.com/3nly/StyleChan/",
"downloads": "https://github.com/3nly/StyleChan/releases/latest/download/",
"appid": "peblejlenbfconioafjbmipeogjdhcff",
"buildsPath": "builds/",
"mainBranch": "main",
"matches": [
"*://boards.4chan.org/*",
"*://sys.4chan.org/*"
],
"exclude_matches": [
"*://www.4chan.org/",
"*://www.4chan.org/*",
"*://www.4chan.org/advertise",
"*://www.4chan.org/advertise?*",
"*://www.4chan.org/donate",
"*://www.4chan.org/donate?*"
],
"files": {
"metajs": "StyleChan.meta.js",
"userjs": "StyleChan.user.js"
},
"min": {
"chrome": "32",
"firefox": "26",
"greasemonkey": "1.14"
}
},
"devDependencies": {
"grunt": "^1.6.1",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-shell": "~1.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/3nly/StyleChan.git"
},
"author": "seaweedchan",
"contributors": [
"3nly<3nly.github.com>"
],
"namespace": "seaweedchan.github.com",
"license": "GPL-3.0",
"readmeFilename": "README.md",
"engines": {
"node": ">=0.10"
},
"dependencies": {
"coffeescript": "^2.7.0"
}
}