diet-yadda
Version:
A true BDD framework for JavaScript - slimmed down
34 lines (33 loc) • 548 B
JSON
{
"name": "yadda",
"version": "0.22.1",
"homepage": "https://github.com/acuminous/yadda",
"description": "A true BDD framework for JavaScript",
"main": "lib/index.js",
"moduleType": [
"node"
],
"keywords": [
"BDD",
"Specification",
"Natural",
"Test",
"Behaviour",
"Driven",
"Jasmine",
"Mocha",
"QUnit",
"Nodeunit"
],
"authors": [
"Stephen Cresswell"
],
"license": "Apache2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}