-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "OneeChan",
"version": "5.0.27",
"description": "Customizable rice and themes for 4chan and 4chan X.",
"meta": {
"name": "OneeChan",
"repo": "https://github.com/seaweedchan/OneeChan/",
"page": "http://seaweedchan.github.io/OneeChan/",
"mainBranch": "master",
"matches": [
"*://www.4chan.org/",
"*://boards.4chan.org/*",
"*://sys.4chan.org/*"
],
"files": {
"metajs": "OneeChan.meta.js",
"userjs": "OneeChan.user.js"
}
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bump": "~0.0.2",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-compress": "~0.5.0",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-shell": "~0.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/seaweedchan/OneeChan.git"
},
"author": "seaweedchan",
"namespace": "seaweedchan.github.com",
"license": "GPLv3",
"readmeFilename": "README.md",
"engines": {
"node": ">=0.8"
}
}