websoket/node_modules/vows/package.json
developertrinidad08 7e6cf29479 first commit
2023-01-16 18:11:14 -03:00

16 lines
655 B
JSON

{
"name" : "vows",
"description" : "Asynchronous BDD & continuous integration for node.js",
"url" : "http://vowsjs.org",
"keywords" : ["testing", "spec", "test", "BDD"],
"author" : "Alexis Sellier <self@cloudhead.net>",
"contributors" : [{ "name": "Charlie Robbins", "email": "charlie.robbins@gmail.com" }],
"dependencies" : {"eyes": ">=0.1.6"},
"main" : "./lib/vows",
"bin" : { "vows": "./bin/vows" },
"directories" : { "test": "./test", "bin": "./bin" },
"version" : "0.6.1",
"scripts" : {"test": "./bin/vows --spec"},
"engines" : {"node": ">=0.2.6"}
}