UNPKG

1.82 kBJSONView Raw
1{
2 "name": "nodeunit",
3 "version": "0.11.3",
4 "description": "Easy unit testing for node.js and the browser.",
5 "maintainers": [
6 {
7 "name": "Caolan McMahon",
8 "web": "https://github.com/caolan"
9 }
10 ],
11 "contributors": [
12 {
13 "name": "Romain Beauxis",
14 "web": "https://github.com/toots"
15 },
16 {
17 "name": "Alex Gorbatchev",
18 "web": "https://github.com/alexgorbatchev"
19 },
20 {
21 "name": "Alex Wolfe",
22 "web": "https://github.com/alexkwolfe"
23 },
24 {
25 "name": "Carl Fürstenberg",
26 "web": "https://github.com/azatoth"
27 },
28 {
29 "name": "Gerad Suyderhoud",
30 "web": "https://github.com/gerad"
31 },
32 {
33 "name": "Kadir Pekel",
34 "web": "https://github.com/coffeemate"
35 },
36 {
37 "name": "Oleg Efimov",
38 "web": "https://github.com/Sannis"
39 },
40 {
41 "name": "Orlando Vazquez",
42 "web": "https://github.com/orlandov"
43 },
44 {
45 "name": "Ryan Dahl",
46 "web": "https://github.com/ry"
47 },
48 {
49 "name": "Sam Stephenson",
50 "web": "https://github.com/sstephenson"
51 },
52 {
53 "name": "Thomas Mayfield",
54 "web": "https://github.com/thegreatape"
55 },
56 {
57 "name": "Elijah Insua <tmpvar@gmail.com>",
58 "web": "http://tmpvar.com"
59 }
60 ],
61 "repository": {
62 "type": "git",
63 "url": "http://github.com/caolan/nodeunit.git"
64 },
65 "devDependencies": {
66 "should": ">=11.1.0",
67 "uglify-js": ">=2.7.3"
68 },
69 "bugs": {
70 "url": "http://github.com/caolan/nodeunit/issues"
71 },
72 "license": "MIT",
73 "directories": {
74 "lib": "./lib",
75 "doc": "./doc",
76 "man": "./man1"
77 },
78 "bin": {
79 "nodeunit": "./bin/nodeunit"
80 },
81 "dependencies": {
82 "ejs": "^2.5.2",
83 "tap": "^12.0.1"
84 },
85 "scripts": {
86 "test": "node ./bin/nodeunit"
87 }
88}