mirror of
https://github.com/thegeeklab/wait-for.git
synced 2024-11-22 04:10:40 +00:00
11 lines
166 B
JSON
11 lines
166 B
JSON
{
|
|
"name": "wait-for",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/bats wait-for.bats"
|
|
},
|
|
"dependencies": {
|
|
"bats": "^0.4.2"
|
|
}
|
|
}
|