yadda
Version:
A true BDD framework for JavaScript
15 lines (14 loc) • 314 B
JSON
{
"name": "yadda-jasmine-example",
"version": "0.0.0",
"dependencies": {
"jasmine": "^2.99.0",
"jasmine-spec-reporter": "^4.2.1"
},
"scripts": {
"postinstall": "npm --loglevel error link yadda",
"test": "node bin/example.js"
},
"author": "Stephen Cresswell",
"license": "Apache2"
}