Export 0.2.1
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / node_modules / nodeunit / node_modules / tap / package.json
1 {
2   "name": "tap",
3   "version": "0.3.2",
4   "author": {
5     "name": "Isaac Z. Schlueter",
6     "email": "i@izs.me",
7     "url": "http://blog.izs.me"
8   },
9   "description": "A Test-Anything-Protocol library",
10   "bin": {
11     "tap": "bin/tap.js"
12   },
13   "main": "lib/main.js",
14   "dependencies": {
15     "inherits": "*",
16     "yamlish": "*",
17     "slide": "*",
18     "runforcover": "~0.0.2",
19     "nopt": "~2",
20     "mkdirp": "~0.3",
21     "difflet": "~0.2.0",
22     "deep-equal": "~0.0.0",
23     "buffer-equal": "~0.0.0"
24   },
25   "keywords": [
26     "assert",
27     "test",
28     "tap"
29   ],
30   "contributors": [
31     {
32       "name": "Isaac Z. Schlueter",
33       "email": "i@izs.me"
34     },
35     {
36       "name": "baudehlo",
37       "email": "helpme+github@gmail.com"
38     },
39     {
40       "name": "James Halliday",
41       "email": "mail@substack.net"
42     },
43     {
44       "name": "Jason Smith",
45       "email": "jhs@iriscouch.com",
46       "url": "air"
47     },
48     {
49       "name": "Pedro P. Candel",
50       "email": "kusorbox@gmail.com"
51     },
52     {
53       "name": "Stein Martin Hustad",
54       "email": "stein@hustad.com"
55     },
56     {
57       "name": "Trent Mick",
58       "email": "trentm@gmail.com"
59     },
60     {
61       "name": "Corey Richardson",
62       "email": "kb1pkl@aim.com"
63     },
64     {
65       "name": "Raynos",
66       "email": "raynos2@gmail.com"
67     },
68     {
69       "name": "Siddharth Mahendraker",
70       "email": "siddharth_mahen@me.com"
71     }
72   ],
73   "license": {
74     "type": "MIT",
75     "url": "https://github.com/isaacs/node-tap/raw/master/LICENSE"
76   },
77   "repository": {
78     "type": "git",
79     "url": "git://github.com/isaacs/node-tap.git"
80   },
81   "scripts": {
82     "test": "bin/tap.js test/*.js"
83   },
84   "_id": "tap@0.3.2",
85   "bundleDependencies": [
86     "inherits",
87     "tap-consumer",
88     "yamlish"
89   ],
90   "devDependencies": {},
91   "optionalDependencies": {},
92   "engines": {
93     "node": "*"
94   },
95   "_engineSupported": true,
96   "_npmVersion": "1.1.21",
97   "_nodeVersion": "v0.6.18",
98   "_defaultsLoaded": true,
99   "_from": "tap@>=0.2.3"
100 }