UNPKG

ensure

Version:

node.js testing made easy

19 lines 694 B
{ "name" : "ensure" , "description" : "node.js testing made easy" , "homepage" : "http://github.com/dscape/ensure" , "repository" : "git://github.com/dscape/ensure" , "version" : "0.4.6" , "author" : "Nuno Job <nunojobpinto@gmail.com> (http://nunojob.com)" , "keywords" : ["vows", "node-tap", "tap", "testing", "tests"] , "dependencies" : { "vows" : "0.5.x" , "tap" : "0.0.x" , "tap-runner" : "0.0.x" , "tap-producer" : "0.0.x" , "underscore" : "1.1.x" } , "scripts" : { "test": "./test/run" } , "main" : "./ensure.js" , "directories" : { "test": "./test", "bin": "./bin" } , "engines" : { "node": ">=0.2.6" } }