mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
24 lines
714 B
JSON
24 lines
714 B
JSON
{
|
|
"version": "1.1.4-1",
|
|
"homepage": "http://casperjs.org/",
|
|
"description": "Navigation scripting & testing for PhantomJS and SlimerJS",
|
|
"license": "MIT",
|
|
"url": "https://github.com/casperjs/casperjs/archive/1.1.4-1.zip",
|
|
"hash": "9e2e74bb77466227d38facc442f76a69404e78bca02238b57c66b24094adf78c",
|
|
"extract_dir": "casperjs-1.1.4-1",
|
|
"bin": "bin\\casperjs.exe",
|
|
"suggest": {
|
|
"phantomjs": [
|
|
"phantomjs"
|
|
],
|
|
"python": [
|
|
"python"
|
|
]
|
|
},
|
|
"checkver": "archive/([\\d.-]+).zip",
|
|
"autoupdate": {
|
|
"url": "https://github.com/casperjs/casperjs/archive/$version.zip",
|
|
"extract_dir": "casperjs-$version"
|
|
}
|
|
}
|