forked from zixaphir/appchan-x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 997 Bytes
/
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
{
"name": "appchan-x",
"version": "1.2.6",
"description": "The most comprehensive 4chan userscript",
"meta": {
"name": "appchan-x",
"repo": "https://github.com/zixaphir/appchan-x/",
"page": "http://zixaphir.github.com/appchan-x/",
"mainBranch": "master",
"files": {
"metajs": "appchan_x.meta.js",
"userjs": "appchan_x.user.js"
}
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-bump": "~0.0.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-coffee": "~0.6.0",
"grunt-contrib-concat": "~0.1.0",
"grunt-contrib-watch": "~0.3.0",
"grunt-exec": "~0.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/zixaphir/appchan-x.git"
},
"author": "Zixaphir<[email protected]>",
"contributors": [
"Nicolas Stepien <[email protected]>",
"James Campos <[email protected]>"
],
"license": "MIT",
"readmeFilename": "README.md",
"engines": {
"node": ">=0.8"
}
}