-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.46 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.46 KB
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
{
"name": "OneeChan",
"version": "5.10.2",
"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://github.com/KevinParnell/OneeChan/raw/master/builds/",
"appid": "cnbankbnhjiakpmcjbecinckfbceeacf",
"buildsPath": "builds/",
"mainBranch": "master",
"author": "Kevin Parnell",
"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": "^0.4.5",
"grunt-bump": "0.0.17",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.12.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.6.2",
"grunt-shell": "^1.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/KevinParnell/OneeChan.git"
},
"scripts": {
"build": "grunt"
},
"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"
}
}