wait-for/package.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"
}
}