mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
23 lines
758 B
JSON
23 lines
758 B
JSON
{
|
|
"version": "1.1.4-2",
|
|
"description": "Navigation scripting & testing for PhantomJS and SlimerJS",
|
|
"homepage": "https://github.com/casperjs/casperjs",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"phantomjs": "phantomjs",
|
|
"python": "python"
|
|
},
|
|
"url": "https://github.com/casperjs/casperjs/archive/1.1.4-2.zip",
|
|
"hash": "50ecfb26694949006d21b0832f2e62b440b19689aac0282cbaa7a2e6184edf9a",
|
|
"extract_dir": "casperjs-1.1.4-2",
|
|
"bin": "bin\\casperjs.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/casperjs/casperjs",
|
|
"regex": "/tag/([\\d.-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/casperjs/casperjs/archive/$version.zip",
|
|
"extract_dir": "casperjs-$version"
|
|
}
|
|
}
|