-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
63 lines (63 loc) · 1.59 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "prova",
"version": "2.1.2",
"description": "Test runner based on Tape and Browserify",
"main": "index.js",
"bin": {
"prova": "./bin/prova"
},
"scripts": {
"test": "prova test/{index,multiple}.js"
},
"dependencies": {
"browser-launcher": "^1.0.0",
"browserify": "^6.2.0",
"component-delegate": "^0.2.3",
"concat-stream": "^1.4.4",
"default-debug": "0.0.0",
"dom-classes": "0.0.1",
"dom-event": "0.0.1",
"dom-select": "0.0.0",
"dom-style": "0.0.3",
"dom-tree": "0.0.1",
"escape-html": "^1.0.1",
"failing-code": "azer/failing-code",
"faye-websocket": "^0.7.3",
"filter-stack": "azer/filter-stack",
"flat-glob": "0.0.1",
"format-text": "azer/format-text",
"glob": "^4.0.6",
"is-node": "azer/is-node",
"key-event": "azer/key-event",
"left-pad": "0.0.3",
"local-debug": "0.0.0",
"mime": "^1.2.11",
"new-command": "azer/new-command",
"prettify-error": "azer/prettify-error",
"pubsub": "azer/pubsub",
"request": "^2.48.0",
"resumer": "0.0.0",
"route-map": "^0.1.0",
"run-serially": "azer/run-serially",
"set-content-type": "azer/set-content-type",
"single-line-log": "^0.4.1",
"stream-format": "azer/stream-format",
"style-format": "azer/style-format",
"tape": "^3.0.0",
"through": "~2.3.4",
"user-agent-parser": "^0.6.0",
"watchify": "^2.1.1"
},
"keywords": [
"testing",
"test",
"tap",
"tape"
],
"repository": {
"url": "https://github.com/azer/prova.git",
"type": "git"
},
"author": "azer",
"license": "BSD"
}