forked from aeosynth/4chan-x
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
executable file
·56 lines (56 loc) · 1.5 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
{
"name": "4chan-X",
"version": "1.3.11",
"description": "Cross-browser userscript for maximum lurking on 4chan.",
"meta": {
"name": "4chan X",
"repo": "https://github.com/seaweedchan/4chan-x/",
"page": "http://seaweedchan.github.io/4chan-x/",
"buildsPath": "builds/",
"mainBranch": "master",
"matches": [
"*://boards.4chan.org/*",
"*://sys.4chan.org/*",
"*://a.4cdn.org/*",
"*://i.4cdn.org/*"
],
"files": {
"metajs": "4chan-X.meta.js",
"userjs": "4chan-X.user.js"
},
"min": {
"chrome": "31",
"firefox": "26",
"greasemonkey": "1.13"
}
},
"devDependencies": {
"font-awesome": "https://github.com/FortAwesome/Font-Awesome/archive/v4.0.3.tar.gz",
"grunt": "~0.4.1",
"grunt-bump": "~0.0.11",
"grunt-concurrent": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.8.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-shell": "~0.6.0",
"load-grunt-tasks": "~0.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/seaweedchan/4chan-x.git"
},
"author": "seaweedchan <[email protected]>",
"contributors": [
"Zixaphir<[email protected]>",
"Nicolas Stepien <[email protected]>",
"James Campos <[email protected]>"
],
"license": "MIT",
"readmeFilename": "README.md",
"engines": {
"node": ">=0.10"
}
}