mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
23 lines
745 B
JSON
23 lines
745 B
JSON
{
|
|
"version": "1.1.4-2",
|
|
"homepage": "http://casperjs.org/",
|
|
"description": "Navigation scripting & testing for PhantomJS and SlimerJS",
|
|
"license": "MIT",
|
|
"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",
|
|
"suggest": {
|
|
"phantomjs": "phantomjs",
|
|
"python": "python"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/casperjs/casperjs/",
|
|
"regex": "/tag/([\\d\\.-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/casperjs/casperjs/archive/$version.zip",
|
|
"extract_dir": "casperjs-$version"
|
|
}
|
|
}
|