UNPKG

jasmine-node

Version:
40 lines (39 loc) 970 B
{ "name": "jasmine-node", "version": "1.2.2", "description": "DOM-less simple JavaScript BDD testing framework for Node", "contributors": [ "Mike Swift <theycallmeswift@gmail.com> (http://theycallmeswift.com)" ], "homepage": [ "http://pivotal.github.com/jasmine", "https://github.com/mhevery/jasmine-node" ], "repository": { "type": "git", "url": "https://github.com/mhevery/jasmine-node.git" }, "keywords": [ "testing", "bdd" ], "author": "Misko Hevery <misko@hevery.com>", "maintainers": "Martin Häger <martin.haeger@gmail.com>", "licenses": [ "MIT" ], "dependencies": { "coffee-script": ">=1.0.1", "jasmine-reporters": ">=0.2.0", "requirejs": ">=0.27.1", "walkdir": ">= 0.0.1", "underscore": ">= 1.3.1", "gaze": "~0.3.2" }, "bin": "bin/jasmine-node", "preferGlobal": true, "main": "lib/jasmine-node", "scripts": { "test": "node lib/jasmine-node/cli.js spec" } }