UNPKG

850 BJSONView Raw
1{
2 "name": "whiskey",
3 "description": "A simple test runner for NodeJS applications.",
4 "version": "0.4.2",
5 "author": "Cloudkick, Inc. <tomaz+npm@cloudkick.com> http://www.cloudkick.com",
6 "keywords": [ "whiskey", "tests", "test runner", "testing", "tdd", "coverage", "test coverage"],
7 "homepage": "https://github.com/cloudkick/whiskey",
8 "repository": {
9 "type": "git",
10 "url": "git://github.com/cloudkick/whiskey.git"
11 },
12 "directories": {
13 "lib": "./lib",
14 "example": "./example",
15 "bin": "./bin"
16 },
17 "scripts": {
18 "test": "make test"
19 },
20 "dependencies": {
21 "sprintf": ">= 0.1.1",
22 "async": ">= 0.1.9",
23 "magic-templates": "= 0.1.0",
24 "rimraf": "= 1.0.1",
25 "terminal": "= 0.1.2",
26 "gex": "= 0.0.1"
27 },
28 "engines": {
29 "node": ">= 0.4.0"
30 },
31 "main": "./index",
32 "bin": "./bin/whiskey"
33}