washington.dsl
Version:
Small DSL to make building Washington test even easier
20 lines (19 loc) • 422 B
JSON
{
"name": "washington.dsl",
"version": "2.0.0",
"description": "Small DSL to make building Washington test even easier",
"main": "index.js",
"scripts": {
"test": "node testEntrypoint"
},
"keywords": [
"washington",
"unit testing",
"test"
],
"author": "Fernando Via Canel <fernando.via@gmail.com>",
"devDependencies": {
"washington.core": "^2.0.0"
},
"license": "BSD-2-Clause"
}