4chan-x/package.json
Zixaphir 0c018cf7af Namespaces and the like
This will more or less allow appchan x settings to transfer without
hiccups.
2013-03-20 10:45:21 -07:00

42 lines
1.0 KiB
JSON

{
"name": "appchan-x",
"version": "2.0.0",
"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/",
"mainBranch": "Av2",
"matches": [
"*://api.4chan.org/*",
"*://boards.4chan.org/*",
"*://images.4chan.org/*",
"*://sys.4chan.org/*"
]
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-bump": "~0.0.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-coffee": "~0.6.2",
"grunt-contrib-concat": "~0.1.0",
"grunt-contrib-watch": "~0.3.0",
"grunt-exec": "~0.4.0"
},
"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.8"
}
}