48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "appchan-x",
|
|
"version": "2.1.3",
|
|
"description": "The most comprehensive 4chan userscript.",
|
|
"meta": {
|
|
"name": "appchan x",
|
|
"namespace": "zixaphir",
|
|
"repo": "https://github.com/zixaphir/appchan-x/",
|
|
"page": "http://zixaphir.github.com/appchan-x/",
|
|
"buildsPath": "builds/",
|
|
"mainBranch": "master",
|
|
"matches": [
|
|
"*://*.4chan.org/*",
|
|
"*://4chan.org/*"
|
|
],
|
|
"files": {
|
|
"metajs": "appchan-x.meta.js",
|
|
"userjs": "appchan-x.user.js"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-bump": "~0.0.2",
|
|
"grunt-concurrent": "~0.2.0",
|
|
"grunt-contrib-clean": "~0.4.1",
|
|
"grunt-contrib-coffee": "~0.7.0",
|
|
"grunt-contrib-compress": "~0.5.0",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-copy": "~0.4.1",
|
|
"grunt-contrib-watch": "~0.4.3",
|
|
"grunt-shell": "~0.2.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/zixaphir/appchan-x.git"
|
|
},
|
|
"author": "Zixaphir <zixaphirmoxphar@gmail.com>",
|
|
"contributors": [
|
|
"Nicolas Stepien <stepien.nicolas@gmail.com>",
|
|
"James Campos <james.r.campos@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"readmeFilename": "README.md",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
}
|