assert.ahk
Version:
A unit test framework for AutoHotkey
21 lines (20 loc) • 542 B
JSON
{
"name": "assert.ahk",
"version": "0.1.2",
"description": "A unit test framework for AutoHotkey",
"keywords": ["AutoHotKey","AHK","unit testing"],
"main": "export.ahk",
"scripts": {
"newinstall": "yarn install --modules-folder ./Lib"
},
"repository": {
"type": "git",
"url": "https://github.com/Chunjee/assert.ahk"
},
"dependencies": { },
"author": "SATO Kentaro",
"contributors": [
"Shawn Brooker"
],
"license": "BSD-2-Clause"
}