ScoopInstaller_Main/casperjs.json
2018-05-13 13:24:09 +02:00

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"
}
}