mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 04:01:19 +00:00
20 lines
720 B
JSON
20 lines
720 B
JSON
{
|
|
"version": "1.1.4",
|
|
"license": "https://github.com/n1k0/casperjs/blob/master/LICENSE.md",
|
|
"url": "https://github.com/casperjs/casperjs/archive/1.1.4.zip",
|
|
"hash": "2d98eecf417f6034394c0ec2dcefb25f47e49342801b2ed21e85b21a4dd0eddc",
|
|
"homepage": "http://casperjs.org/",
|
|
"extract_dir": "casperjs-1.1.4",
|
|
"bin": "bin\\casperjs.exe",
|
|
"notes": "Requires an installation of phantomjs 1.x
|
|
|
|
phantom19 is available in the versions bucket (scoop bucket add versions)",
|
|
"checkver": {
|
|
"github": "https://github.com/n1k0/casperjs"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/casperjs/casperjs/archive/$version.zip",
|
|
"extract_dir": "casperjs-$version"
|
|
}
|
|
}
|