-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
51 lines (51 loc) · 1.33 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
{
"name": "4chan-X-Plus",
"version": "3.18.1",
"description": "Cross-browser extension for productive lurking on 4chan. A fork of 4chan X.",
"meta": {
"name": "4chan X Plus",
"repo": "https://github.com/N3X15/4chan-x/",
"page": "http://ci.nexisonline.net/job/4chan-x-plus/",
"buildsPath": "builds/",
"mainBranch": "v3",
"matches": [
"*://boards.4chan.org/*",
"*://sys.4chan.org/*",
"*://a.4cdn.org/*",
"*://i.4cdn.org/*"
],
"min": {
"chrome": "32",
"firefox": "26",
"greasemonkey": "1.14"
}
},
"devDependencies": {
"font-awesome": "~4.0.3",
"grunt": "~0.4.2",
"grunt-bump": "~0.0.13",
"grunt-concurrent": "~0.4.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.0",
"grunt-contrib-compress": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-shell": "~0.6.4",
"load-grunt-tasks": "~0.3.0"
},
"repository": {
"type": "git",
"url": "git://github.com/N3X15/4chan-x.git"
},
"author": "Nicolas Stepien <[email protected]>",
"contributors": [
"James Campos <[email protected]>",
"Rob Nelson <[email protected]>"
],
"license": "MIT",
"readmeFilename": "README.md",
"engines": {
"node": ">=0.10"
}
}