forked from vowsjs/vows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 885 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "vows",
"version": "0.8.0",
"description": "Asynchronous BDD & continuous integration for node.js",
"url": "http://vowsjs.org",
"keywords": [
"testing",
"spec",
"test",
"BDD"
],
"author": "Alexis Sellier <[email protected]>",
"contributors": [
"Charlie Robbins <[email protected]>",
"Jerry Sievert <[email protected]>"
],
"dependencies": {
"eyes": "~0.1.6",
"diff": "~1.0.8",
"glob": "~4.0.6"
},
"main": "./lib/vows",
"repository": {
"type": "git",
"url": "https://github.com/cloudhead/vows.git"
},
"bin": {
"vows": "./bin/vows"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "node ./bin/vows --spec"
},
"bugs": {
"url": "https://github.com/cloudhead/vows/issues"
},
"homepage": "https://github.com/cloudhead/vows",
"license": "MIT"
}