You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
520 B
21 lines
520 B
{ |
|
"name": "mocha" |
|
, "version": "0.11.0" |
|
, "description": "simple, flexible, fun test framework" |
|
, "keywords": ["test", "bdd", "tdd", "tap"] |
|
, "author": "TJ Holowaychuk <tj@vision-media.ca>" |
|
, "main": "index" |
|
, "bin": { "mocha": "./bin/mocha", "_mocha": "./bin/_mocha" } |
|
, "engines": { "node": ">= 0.4.x < 0.8.0" } |
|
, "scripts": { |
|
"test": "make test" |
|
} |
|
, "dependencies":{ |
|
"commander": "0.5.x" |
|
, "growl": "1.4.x" |
|
, "debug": "*" |
|
} |
|
, "devDependencies": { |
|
"should": "*" |
|
} |
|
}
|
|
|