forked from azer/prova
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.38 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
{
"name": "prova",
"version": "1.14.0",
"description": "Test runner based on Tape and Browserify",
"main": "index.js",
"bin": {
"prova": "./bin/prova"
},
"scripts": {
"test": "node test.js"
},
"dependencies": {
"new-command": "0.0.3",
"tape": "2.x",
"through": "~2.3.4",
"is-node": "0.0.0",
"failing-code": "0.1.x",
"format-text": "0.0.3",
"style-format": "0.0.0",
"filter-stack": "0.0.0",
"left-pad": "0.0.0",
"browserify": "4.x",
"local-debug": "0.0.0",
"route-map": "0.0.0",
"default-debug": "0.0.0",
"resumer": "0.0.0",
"stream-format": "0.0.3",
"glob": "3.2.9",
"dom-classes": "0.0.0",
"prettify-error": "0.1.x",
"faye-websocket": "^0.7.2",
"pubsub": "^1.0.2",
"watchify": "^0.10.1",
"concat-stream": "^1.4.4",
"escape-html": "^1.0.1",
"mime": "^1.2.11",
"run-serially": "0.0.0",
"flat-glob": "0.0.1",
"user-agent-parser": "^0.6.0",
"browser-launcher": "^0.3.4",
"dom-tree": "0.0.1",
"dom-style": "0.0.1",
"dom-select": "0.0.0",
"key-event": "0.0.0",
"dom-event": "0.0.0",
"component-delegate": "^0.2.2",
"single-line-log": "^0.4.1"
},
"keywords": [
"testing",
"test",
"tap",
"tape"
],
"repository": {
"url": "https://github.com/azer/prova.git",
"type": "git"
},
"author": "azer",
"license": "BSD"
}