Source: node-jasmine
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , help2man
 , node-glob (>= 7.1.6)
 , node-shelljs <!nocheck>
 , node-slash <!nocheck>
 , node-temp <!nocheck>
 , npm <!nocheck>
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/js-team/node-jasmine
Vcs-Git: https://salsa.debian.org/js-team/node-jasmine.git
Homepage: https://jasmine.github.io/
Testsuite: autopkgtest-pkg-nodejs

Package: node-jasmine
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
 , node-glob (>= 7.1.6)
 , nodejs:any
Provides: ${nodejs:Provides}
 , jasmine (= ${binary:Version})
Description: Behavior Driven Development testing framework for JavaScript
 Jasmine does not rely on browsers, DOM, or any JavaScript framework. Thus it
 suited for websites, Node.js projects, or anywhere that JavaScript can run.
 .
 ocumentation & guides live here: http://jasmine.github.io
