-
Notifications
You must be signed in to change notification settings - Fork 21
/
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": "OneeChan",
"version": "5.8.9",
"description": "Customizable rice and themes for 4chan X.",
"meta": {
"name": "OneeChan",
"repo": "https://github.com/KevinParnell/OneeChan/",
"page": "https://github.com/KevinParnell/OneeChan/",
"downloads": "https://KevinParnell.github.io/OneeChan/builds/",
"appid": "cnbankbnhjiakpmcjbecinckfbceeacf",
"buildsPath": "builds/",
"mainBranch": "master",
"matches": [
"*://boards.4chan.org/*",
"*://boards.4channel.org/*"
],
"files": {
"metajs": "OneeChan.meta.js",
"userjs": "OneeChan.user.js"
},
"min": {
"chrome": "32",
"firefox": "26",
"greasemonkey": "1.15"
}
},
"devDependencies": {
"grunt": ">=1.3.0",
"grunt-bump": "~0.0.16",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-compress": "~0.12.0",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-shell": "~1.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/KevinParnell/OneeChan.git"
},
"author": "seaweedchan",
"contributors": [
"Nebukazar<nebukazar.github.com>",
"KevinParnell<KevinParnell.github.com>"
],
"namespace": "seaweedchan.github.com",
"license": "GPL-3.0",
"readmeFilename": "README.md",
"engines": {
"node": ">=0.10"
}
}