Skip to content

Commit c1167bd

Browse files
author
cloudhead
committed
package.json
1 parent d15c538 commit c1167bd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)