We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15c538 commit c1167bdCopy full SHA for c1167bd
package.json
@@ -0,0 +1,11 @@
1
+{
2
+ "name" : "vows",
3
+ "description" : "Asynchronous BDD & continuous integration for node.js",
4
+ "url" : "http://cloudhead.io/vows",
5
+ "keywords" : ["testing", "spec", "test", "BDD"],
6
+ "author" : "Alexis Sellier <self@cloudhead.net>",
7
+ "contributors" : [],
8
+ "dependencies" : ["eyes"],
9
+ "lib" : "lib",
10
+ "version" : "0.1.1"
11
+}
0 commit comments